Class PipelineContext
java.lang.Object
com.amazonaws.services.codepipeline.model.PipelineContext
- All Implemented Interfaces:
Serializable,Cloneable
Represents information about a pipeline to a job worker.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe name of the pipeline.getStage()The stage of the pipeline.inthashCode()voidsetAction(ActionContext action) voidsetPipelineName(String pipelineName) The name of the pipeline.voidsetStage(StageContext stage) The stage of the pipeline.toString()Returns a string representation of this object; useful for testing and debugging.withAction(ActionContext action) withPipelineName(String pipelineName) The name of the pipeline.withStage(StageContext stage) The stage of the pipeline.
-
Constructor Details
-
PipelineContext
public PipelineContext()
-
-
Method Details
-
setPipelineName
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
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
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
The stage of the pipeline.
- Parameters:
stage- The stage of the pipeline.
-
getStage
The stage of the pipeline.
- Returns:
- The stage of the pipeline.
-
withStage
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
- Parameters:
action-
-
getAction
- Returns:
-
withAction
- Parameters:
action-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-