public class DisableStageTransitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a disable stage transition input action.
NOOP| Constructor and Description |
|---|
DisableStageTransitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableStageTransitionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getPipelineName()
The name of the pipeline in which you want to disable the flow of
artifacts from one stage to another.
|
String |
getReason()
The reason given to the user why a stage is disabled, such as waiting for
manual approval or manual tests.
|
String |
getStageName()
The name of the stage where you want to disable the inbound or outbound
transition of artifacts.
|
String |
getTransitionType()
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).
|
int |
hashCode() |
void |
setPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of
artifacts from one stage to another.
|
void |
setReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for
manual approval or manual tests.
|
void |
setStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound
transition of artifacts.
|
void |
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 |
setTransitionType(String 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).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableStageTransitionRequest |
withPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of
artifacts from one stage to another.
|
DisableStageTransitionRequest |
withReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for
manual approval or manual tests.
|
DisableStageTransitionRequest |
withStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound
transition of artifacts.
|
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).
|
DisableStageTransitionRequest |
withTransitionType(String 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).
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
pipelineName - The name of the pipeline in which you want to disable the flow of
artifacts from one stage to another.public String getPipelineName()
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
public DisableStageTransitionRequest withPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
pipelineName - The name of the pipeline in which you want to disable the flow of
artifacts from one stage to another.public void setStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
stageName - The name of the stage where you want to disable the inbound or
outbound transition of artifacts.public String getStageName()
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
public DisableStageTransitionRequest withStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
stageName - The name of the stage where you want to disable the inbound or
outbound transition of artifacts.public void setTransitionType(String 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).
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).StageTransitionTypepublic String getTransitionType()
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).
StageTransitionTypepublic DisableStageTransitionRequest withTransitionType(String 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).
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).StageTransitionTypepublic void 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).
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).StageTransitionTypepublic 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).
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).StageTransitionTypepublic void setReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
reason - The reason given to the user why a stage is disabled, such as
waiting for manual approval or manual tests. This message is
displayed in the pipeline console UI.public String getReason()
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
public DisableStageTransitionRequest withReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
reason - The reason given to the user why a stage is disabled, such as
waiting for manual approval or manual tests. This message is
displayed in the pipeline console UI.public String toString()
toString in class ObjectObject.toString()public DisableStageTransitionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.