| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity |
| Modifier and Type | Method and Description |
|---|---|
PipelineRun |
PipelineRun.Builder.build() |
PipelineRun |
PipelineRun.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PipelineRun |
PipelineRun.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PipelineRun |
PipelineRun.withBranchSK(Integer branchSK) |
PipelineRun |
PipelineRun.withCanceledCount(Integer canceledCount) |
PipelineRun |
PipelineRun.withCompletedDate(OffsetDateTime completedDate) |
PipelineRun |
PipelineRun.withCompletedDateSK(Integer completedDateSK) |
PipelineRun |
PipelineRun.withFailedCount(Integer failedCount) |
PipelineRun |
PipelineRun.withPartiallySucceededCount(Integer partiallySucceededCount) |
PipelineRun |
PipelineRun.withPipelineId(Integer pipelineId) |
PipelineRun |
PipelineRun.withPipelineRunId(Integer pipelineRunId) |
PipelineRun |
PipelineRun.withPipelineRunSK(Integer pipelineRunSK) |
PipelineRun |
PipelineRun.withPipelineSK(Integer pipelineSK) |
PipelineRun |
PipelineRun.withProjectSK(String projectSK) |
PipelineRun |
PipelineRun.withQueuedDate(OffsetDateTime queuedDate) |
PipelineRun |
PipelineRun.withQueuedDateSK(Integer queuedDateSK) |
PipelineRun |
PipelineRun.withQueueDurationSeconds(BigDecimal queueDurationSeconds) |
PipelineRun |
PipelineRun.withRunDurationSeconds(BigDecimal runDurationSeconds) |
PipelineRun |
PipelineRun.withRunNumber(String runNumber) |
PipelineRun |
PipelineRun.withRunNumberRevision(Integer runNumberRevision) |
PipelineRun |
PipelineRun.withRunOutcome(PipelineRunOutcome runOutcome) |
PipelineRun |
PipelineRun.withRunReason(PipelineRunReason runReason) |
PipelineRun |
PipelineRun.withStartedDate(OffsetDateTime startedDate) |
PipelineRun |
PipelineRun.withStartedDateSK(Integer startedDateSK) |
PipelineRun |
PipelineRun.withSucceededCount(Integer succeededCount) |
PipelineRun |
PipelineRun.withTotalDurationSeconds(BigDecimal totalDurationSeconds) |
PipelineRun |
PipelineRun.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.