Uses of Class
com.amazonaws.services.codepipeline.model.TransitionState
-
Packages that use TransitionState Package Description com.amazonaws.services.codepipeline.model -
-
Uses of TransitionState in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return TransitionState Modifier and Type Method Description TransitionState
TransitionState. clone()
TransitionState
StageState. getInboundTransitionState()
The state of the inbound transition, which is either enabled or disabled.TransitionState
TransitionState. withDisabledReason(String disabledReason)
The user-specified reason why the transition between two stages of a pipeline was disabled.TransitionState
TransitionState. withEnabled(Boolean enabled)
Whether the transition between stages is enabled (true) or disabled (false).TransitionState
TransitionState. withLastChangedAt(Date lastChangedAt)
The timestamp when the transition state was last changed.TransitionState
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 TransitionState Modifier and Type Method Description void
StageState. setInboundTransitionState(TransitionState inboundTransitionState)
The state of the inbound transition, which is either enabled or disabled.StageState
StageState. withInboundTransitionState(TransitionState inboundTransitionState)
The state of the inbound transition, which is either enabled or disabled.
-