| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity |
| Modifier and Type | Method and Description |
|---|---|
TestResultDaily |
TestResultDaily.Builder.build() |
TestResultDaily |
TestResultDaily.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TestResultDaily |
TestResultDaily.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TestResultDaily |
TestResultDaily.withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
TestResultDaily |
TestResultDaily.withBranchSK(Integer branchSK) |
TestResultDaily |
TestResultDaily.withDateSK(Integer dateSK) |
TestResultDaily |
TestResultDaily.withPipelineSK(Integer pipelineSK) |
TestResultDaily |
TestResultDaily.withProjectSK(String projectSK) |
TestResultDaily |
TestResultDaily.withReleasePipelineId(Integer releasePipelineId) |
TestResultDaily |
TestResultDaily.withReleaseStageId(Integer releaseStageId) |
TestResultDaily |
TestResultDaily.withResultAbortedCount(Integer resultAbortedCount) |
TestResultDaily |
TestResultDaily.withResultBlockedCount(Integer resultBlockedCount) |
TestResultDaily |
TestResultDaily.withResultCount(Integer resultCount) |
TestResultDaily |
TestResultDaily.withResultDurationSeconds(BigDecimal resultDurationSeconds) |
TestResultDaily |
TestResultDaily.withResultErrorCount(Integer resultErrorCount) |
TestResultDaily |
TestResultDaily.withResultFailCount(Integer resultFailCount) |
TestResultDaily |
TestResultDaily.withResultFlakyCount(Integer resultFlakyCount) |
TestResultDaily |
TestResultDaily.withResultInconclusiveCount(Integer resultInconclusiveCount) |
TestResultDaily |
TestResultDaily.withResultNoneCount(Integer resultNoneCount) |
TestResultDaily |
TestResultDaily.withResultNotApplicableCount(Integer resultNotApplicableCount) |
TestResultDaily |
TestResultDaily.withResultNotExecutedCount(Integer resultNotExecutedCount) |
TestResultDaily |
TestResultDaily.withResultNotImpactedCount(Integer resultNotImpactedCount) |
TestResultDaily |
TestResultDaily.withResultPassCount(Integer resultPassCount) |
TestResultDaily |
TestResultDaily.withResultTimeoutCount(Integer resultTimeoutCount) |
TestResultDaily |
TestResultDaily.withResultWarningCount(Integer resultWarningCount) |
TestResultDaily |
TestResultDaily.withTestResultDailySK(Long testResultDailySK) |
TestResultDaily |
TestResultDaily.withTestRunType(TestRunType testRunType) |
TestResultDaily |
TestResultDaily.withTestSK(Integer testSK) |
TestResultDaily |
TestResultDaily.withUnmappedField(String name,
String value) |
TestResultDaily |
TestResultDaily.withWorkflow(SourceWorkflow workflow) |
Copyright © 2018–2020. All rights reserved.