Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
static StageTransitionType |
StageTransitionType.fromValue(String value)
Use this in place of valueOf.
|
static StageTransitionType |
StageTransitionType.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
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).
|
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).
|
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).
|
Copyright © 2018. All rights reserved.