Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageConditionState
-
Packages that use StageConditionState Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageConditionState in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageConditionState Modifier and Type Method Description StageConditionStateStageState. beforeEntryConditionState()The state of the entry conditions for a stage.StageConditionStateStageState. onFailureConditionState()The state of the failure conditions for a stage.StageConditionStateStageState. onSuccessConditionState()The state of the success conditions for a stage.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageConditionState Modifier and Type Method Description StageState.BuilderStageState.Builder. beforeEntryConditionState(StageConditionState beforeEntryConditionState)The state of the entry conditions for a stage.StageState.BuilderStageState.Builder. onFailureConditionState(StageConditionState onFailureConditionState)The state of the failure conditions for a stage.StageState.BuilderStageState.Builder. onSuccessConditionState(StageConditionState onSuccessConditionState)The state of the success conditions for a stage.
-