Class DisableStageTransitionRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Represents the input of a disable stage transition input action.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe name of the pipeline in which you want to disable the flow of artifacts from one stage to another.The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.The name of the stage where you want to disable the inbound or outbound transition of artifacts.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).inthashCode()voidsetPipelineName(String pipelineName) The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.voidThe reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.voidsetStageName(String stageName) The name of the stage where you want to disable the inbound or outbound transition of artifacts.voidsetTransitionType(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).voidsetTransitionType(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).toString()Returns a string representation of this object; useful for testing and debugging.withPipelineName(String pipelineName) The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.withReason(String reason) The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.withStageName(String stageName) The name of the stage where you want to disable the inbound or outbound transition of artifacts.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).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).Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DisableStageTransitionRequest
public DisableStageTransitionRequest()
-
-
Method Details
-
setPipelineName
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
- Parameters:
pipelineName- The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
-
getPipelineName
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
- Returns:
- The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
-
withPipelineName
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
- Parameters:
pipelineName- The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStageName
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
- Parameters:
stageName- The name of the stage where you want to disable the inbound or outbound transition of artifacts.
-
getStageName
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
- Returns:
- The name of the stage where you want to disable the inbound or outbound transition of artifacts.
-
withStageName
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
- Parameters:
stageName- The name of the stage where you want to disable the inbound or outbound transition of artifacts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTransitionType
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).
- Parameters:
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).- See Also:
-
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).
- Returns:
- 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).
- See Also:
-
withTransitionType
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setTransitionType
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).
- Parameters:
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).- See Also:
-
withTransitionType
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setReason
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withReason
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-