| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
StageExecution |
StageExecution.clone() |
StageExecution |
StageState.getInboundExecution() |
StageExecution |
StageState.getLatestExecution()
Information about the latest execution in the stage, including its ID and status.
|
StageExecution |
StageExecution.withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
StageExecution |
StageExecution.withStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution |
StageExecution.withStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageState.setInboundExecution(StageExecution inboundExecution) |
void |
StageState.setLatestExecution(StageExecution latestExecution)
Information about the latest execution in the stage, including its ID and status.
|
StageState |
StageState.withInboundExecution(StageExecution inboundExecution) |
StageState |
StageState.withLatestExecution(StageExecution latestExecution)
Information about the latest execution in the stage, including its ID and status.
|
Copyright © 2023. All rights reserved.