Interface EnableStageTransitionRequest.Builder

    • Method Detail

      • pipelineName

        EnableStageTransitionRequest.Builder pipelineName​(String pipelineName)

        The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.

        Parameters:
        pipelineName - The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stageName

        EnableStageTransitionRequest.Builder stageName​(String stageName)

        The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).

        Parameters:
        stageName - The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transitionType

        EnableStageTransitionRequest.Builder transitionType​(String transitionType)

        Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).

        Parameters:
        transitionType - Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StageTransitionType, StageTransitionType
      • transitionType

        EnableStageTransitionRequest.Builder transitionType​(StageTransitionType transitionType)

        Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).

        Parameters:
        transitionType - Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StageTransitionType, StageTransitionType