| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity |
| Modifier and Type | Method and Description |
|---|---|
TestRun |
TestRun.Builder.build() |
TestRun |
TestRun.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TestRun |
TestRun.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TestRun |
TestRun.withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
TestRun |
TestRun.withBranchSK(Integer branchSK) |
TestRun |
TestRun.withCompletedDate(OffsetDateTime completedDate) |
TestRun |
TestRun.withCompletedDateSK(Integer completedDateSK) |
TestRun |
TestRun.withHasDetail(Boolean hasDetail) |
TestRun |
TestRun.withIsAutomated(Boolean isAutomated) |
TestRun |
TestRun.withPipelineRunSK(Integer pipelineRunSK) |
TestRun |
TestRun.withPipelineSK(Integer pipelineSK) |
TestRun |
TestRun.withProjectSK(String projectSK) |
TestRun |
TestRun.withReleaseEnvironmentId(Integer releaseEnvironmentId) |
TestRun |
TestRun.withReleaseId(Integer releaseId) |
TestRun |
TestRun.withReleasePipelineId(Integer releasePipelineId) |
TestRun |
TestRun.withReleaseStageId(Integer releaseStageId) |
TestRun |
TestRun.withResultAbortedCount(Integer resultAbortedCount) |
TestRun |
TestRun.withResultBlockedCount(Integer resultBlockedCount) |
TestRun |
TestRun.withResultCount(Integer resultCount) |
TestRun |
TestRun.withResultDurationSeconds(BigDecimal resultDurationSeconds) |
TestRun |
TestRun.withResultErrorCount(Integer resultErrorCount) |
TestRun |
TestRun.withResultFailCount(Integer resultFailCount) |
TestRun |
TestRun.withResultFlakyCount(Integer resultFlakyCount) |
TestRun |
TestRun.withResultInconclusiveCount(Integer resultInconclusiveCount) |
TestRun |
TestRun.withResultNoneCount(Integer resultNoneCount) |
TestRun |
TestRun.withResultNotApplicableCount(Integer resultNotApplicableCount) |
TestRun |
TestRun.withResultNotExecutedCount(Integer resultNotExecutedCount) |
TestRun |
TestRun.withResultNotImpactedCount(Integer resultNotImpactedCount) |
TestRun |
TestRun.withResultPassCount(Integer resultPassCount) |
TestRun |
TestRun.withResultTimeoutCount(Integer resultTimeoutCount) |
TestRun |
TestRun.withResultWarningCount(Integer resultWarningCount) |
TestRun |
TestRun.withRunDurationSeconds(BigDecimal runDurationSeconds) |
TestRun |
TestRun.withStartedDate(OffsetDateTime startedDate) |
TestRun |
TestRun.withStartedDateSK(Integer startedDateSK) |
TestRun |
TestRun.withTestRunId(Integer testRunId) |
TestRun |
TestRun.withTestRunSK(Integer testRunSK) |
TestRun |
TestRun.withTestRunType(TestRunType testRunType) |
TestRun |
TestRun.withTitle(String title) |
TestRun |
TestRun.withUnmappedField(String name,
String value) |
TestRun |
TestRun.withWorkflow(SourceWorkflow workflow) |
Copyright © 2018–2021. All rights reserved.