StageState.Builder |
StageState.Builder.actionStates(Collection<ActionState> actionStates) |
The state of the stage.
|
StageState.Builder |
StageState.Builder.actionStates(Consumer<ActionState.Builder>... actionStates) |
The state of the stage.
|
StageState.Builder |
StageState.Builder.actionStates(ActionState... actionStates) |
The state of the stage.
|
static StageState.Builder |
StageState.builder() |
|
default StageState.Builder |
StageState.Builder.inboundExecution(Consumer<StageExecution.Builder> inboundExecution) |
Sets the value of the InboundExecution property for this object.
|
StageState.Builder |
StageState.Builder.inboundExecution(StageExecution inboundExecution) |
Sets the value of the InboundExecution property for this object.
|
default StageState.Builder |
StageState.Builder.inboundTransitionState(Consumer<TransitionState.Builder> inboundTransitionState) |
The state of the inbound transition, which is either enabled or disabled.
|
StageState.Builder |
StageState.Builder.inboundTransitionState(TransitionState inboundTransitionState) |
The state of the inbound transition, which is either enabled or disabled.
|
default StageState.Builder |
StageState.Builder.latestExecution(Consumer<StageExecution.Builder> latestExecution) |
Information about the latest execution in the stage, including its ID and status.
|
StageState.Builder |
StageState.Builder.latestExecution(StageExecution latestExecution) |
Information about the latest execution in the stage, including its ID and status.
|
StageState.Builder |
StageState.Builder.stageName(String stageName) |
The name of the stage.
|
StageState.Builder |
StageState.toBuilder() |
|