static ChangeProgressStatus.Builder |
ChangeProgressStatus.builder() |
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.Builder.changeProgressStages(Collection<ChangeProgressStage> changeProgressStages) |
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.Builder.changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages) |
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.Builder.changeProgressStages(ChangeProgressStage... changeProgressStages) |
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.Builder.startTime(Instant startTime) |
The time at which the configuration change is made on the pipeline.
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.Builder.status(String status) |
The overall status of the pipeline configuration change.
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.Builder.status(ChangeProgressStatuses status) |
The overall status of the pipeline configuration change.
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.toBuilder() |
|
ChangeProgressStatus.Builder |
ChangeProgressStatus.Builder.totalNumberOfStages(Integer totalNumberOfStages) |
The total number of stages required for the pipeline configuration change.
|