Uses of Enum
com.amazonaws.services.codepipeline.model.StageTransitionType
Packages that use StageTransitionType
-
Uses of StageTransitionType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return StageTransitionTypeModifier and TypeMethodDescriptionstatic StageTransitionType
Use this in place of valueOf.static StageTransitionType
Returns the enum constant of this type with the specified name.static StageTransitionType[]
StageTransitionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.codepipeline.model with parameters of type StageTransitionTypeModifier and TypeMethodDescriptionvoid
DisableStageTransitionRequest.setTransitionType
(StageTransitionType transitionType) Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).void
EnableStageTransitionRequest.setTransitionType
(StageTransitionType transitionType) Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).DisableStageTransitionRequest.withTransitionType
(StageTransitionType transitionType) Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).EnableStageTransitionRequest.withTransitionType
(StageTransitionType transitionType) Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).