Uses of Class
com.amazonaws.services.codepipeline.model.StageState
Packages that use StageState
-
Uses of StageState in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return StageStateModifier and TypeMethodDescriptionStageState.clone()
StageState.withActionStates
(ActionState... actionStates) The state of the stage.StageState.withActionStates
(Collection<ActionState> actionStates) The state of the stage.StageState.withInboundTransitionState
(TransitionState inboundTransitionState) The state of the inbound transition, which is either enabled or disabled.StageState.withStageName
(String stageName) The name of the stage.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type StageStateModifier and TypeMethodDescriptionGetPipelineStateResult.getStageStates()
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.Methods in com.amazonaws.services.codepipeline.model with parameters of type StageStateModifier and TypeMethodDescriptionGetPipelineStateResult.withStageStates
(StageState... stageStates) A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type StageStateModifier and TypeMethodDescriptionvoid
GetPipelineStateResult.setStageStates
(Collection<StageState> stageStates) A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.GetPipelineStateResult.withStageStates
(Collection<StageState> stageStates) A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.