Uses of Class
com.amazonaws.services.codepipeline.model.StageState
-
Packages that use StageState Package Description com.amazonaws.services.codepipeline.model -
-
Uses of StageState in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return StageState Modifier and Type Method Description StageState
StageState. clone()
StageState
StageState. withActionStates(ActionState... actionStates)
The state of the stage.StageState
StageState. withActionStates(Collection<ActionState> actionStates)
The state of the stage.StageState
StageState. withInboundTransitionState(TransitionState inboundTransitionState)
The state of the inbound transition, which is either enabled or disabled.StageState
StageState. withStageName(String stageName)
The name of the stage.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type StageState Modifier and Type Method Description List<StageState>
GetPipelineStateResult. 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 StageState Modifier and Type Method Description GetPipelineStateResult
GetPipelineStateResult. 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 StageState Modifier and Type Method Description void
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
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.
-