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 StageStateStageState. clone()StageStateStageState. withActionStates(ActionState... actionStates)The state of the stage.StageStateStageState. withActionStates(Collection<ActionState> actionStates)The state of the stage.StageStateStageState. withInboundTransitionState(TransitionState inboundTransitionState)The state of the inbound transition, which is either enabled or disabled.StageStateStageState. 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 GetPipelineStateResultGetPipelineStateResult. 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 voidGetPipelineStateResult. 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.GetPipelineStateResultGetPipelineStateResult. 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.
-