public static interface StageExecution.Builder extends SdkPojo, CopyableBuilder<StageExecution.Builder,StageExecution>
| Modifier and Type | Method and Description |
|---|---|
StageExecution.Builder |
pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
StageExecution.Builder |
status(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution.Builder |
status(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStageExecution.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
pipelineExecutionId - The ID of the pipeline execution associated with the stage.StageExecution.Builder status(String status)
The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
status - The status of the stage, or for a completed stage, the last status of the stage. A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
StageExecutionStatus,
StageExecutionStatusStageExecution.Builder status(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
status - The status of the stage, or for a completed stage, the last status of the stage. A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
StageExecutionStatus,
StageExecutionStatusCopyright © 2023. All rights reserved.