void |
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 |
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 |
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).
|