Uses of Class
com.amazonaws.services.codepipeline.model.TransitionState
Packages that use TransitionState
-
Uses of TransitionState in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return TransitionStateModifier and TypeMethodDescriptionTransitionState.clone()
StageState.getInboundTransitionState()
The state of the inbound transition, which is either enabled or disabled.TransitionState.withDisabledReason
(String disabledReason) The user-specified reason why the transition between two stages of a pipeline was disabled.TransitionState.withEnabled
(Boolean enabled) Whether the transition between stages is enabled (true) or disabled (false).TransitionState.withLastChangedAt
(Date lastChangedAt) The timestamp when the transition state was last changed.TransitionState.withLastChangedBy
(String lastChangedBy) The ID of the user who last changed the transition state.Methods in com.amazonaws.services.codepipeline.model with parameters of type TransitionStateModifier and TypeMethodDescriptionvoid
StageState.setInboundTransitionState
(TransitionState inboundTransitionState) The state of the inbound transition, which is either enabled or disabled.StageState.withInboundTransitionState
(TransitionState inboundTransitionState) The state of the inbound transition, which is either enabled or disabled.