JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codepipeline.model

Class PipelineContext

    • Constructor Detail

      • PipelineContext

        public PipelineContext()
    • Method Detail

      • setPipelineName

        public void setPipelineName(String pipelineName)

        The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

        Parameters:
        pipelineName - The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
      • getPipelineName

        public String getPipelineName()

        The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

        Returns:
        The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
      • withPipelineName

        public PipelineContext withPipelineName(String pipelineName)

        The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

        Parameters:
        pipelineName - The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStage

        public void setStage(StageContext stage)

        The stage of the pipeline.

        Parameters:
        stage - The stage of the pipeline.
      • getStage

        public StageContext getStage()

        The stage of the pipeline.

        Returns:
        The stage of the pipeline.
      • withStage

        public PipelineContext withStage(StageContext stage)

        The stage of the pipeline.

        Parameters:
        stage - The stage of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAction

        public void setAction(ActionContext action)

        The context of an action to a job worker in the stage of a pipeline.

        Parameters:
        action - The context of an action to a job worker in the stage of a pipeline.
      • getAction

        public ActionContext getAction()

        The context of an action to a job worker in the stage of a pipeline.

        Returns:
        The context of an action to a job worker in the stage of a pipeline.
      • withAction

        public PipelineContext withAction(ActionContext action)

        The context of an action to a job worker in the stage of a pipeline.

        Parameters:
        action - The context of an action to a job worker in the stage of a pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineArn

        public void setPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
      • getPipelineArn

        public String getPipelineArn()

        The Amazon Resource Name (ARN) of the pipeline.

        Returns:
        The Amazon Resource Name (ARN) of the pipeline.
      • withPipelineArn

        public PipelineContext withPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineExecutionId

        public void setPipelineExecutionId(String pipelineExecutionId)

        The execution ID of the pipeline.

        Parameters:
        pipelineExecutionId - The execution ID of the pipeline.
      • getPipelineExecutionId

        public String getPipelineExecutionId()

        The execution ID of the pipeline.

        Returns:
        The execution ID of the pipeline.
      • withPipelineExecutionId

        public PipelineContext withPipelineExecutionId(String pipelineExecutionId)

        The execution ID of the pipeline.

        Parameters:
        pipelineExecutionId - The execution ID of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /