Class ActionContext
java.lang.Object
com.amazonaws.services.codepipeline.model.ActionContext
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the context of an action within the stage of a pipeline to a job worker.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of the action within the context of a job.int
hashCode()
void
The name of the action within the context of a job.toString()
Returns a string representation of this object; useful for testing and debugging.The name of the action within the context of a job.
-
Constructor Details
-
ActionContext
public ActionContext()
-
-
Method Details
-
setName
The name of the action within the context of a job.
- Parameters:
name
- The name of the action within the context of a job.
-
getName
The name of the action within the context of a job.
- Returns:
- The name of the action within the context of a job.
-
withName
The name of the action within the context of a job.
- Parameters:
name
- The name of the action within the context of a job.- 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
-