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()
boolean
The name of the pipeline.getStage()
The stage of the pipeline.int
hashCode()
void
setAction
(ActionContext action) void
setPipelineName
(String pipelineName) The name of the pipeline.void
setStage
(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
-