Class ExecutionDetails
- All Implemented Interfaces:
Serializable
,Cloneable
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.The percentage of work completed on the action, represented on a scale of zero to one hundred percent.The summary of the current status of the actions.int
hashCode()
void
setExternalExecutionId
(String externalExecutionId) The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.void
setPercentComplete
(Integer percentComplete) The percentage of work completed on the action, represented on a scale of zero to one hundred percent.void
setSummary
(String summary) The summary of the current status of the actions.toString()
Returns a string representation of this object; useful for testing and debugging.withExternalExecutionId
(String externalExecutionId) The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.withPercentComplete
(Integer percentComplete) The percentage of work completed on the action, represented on a scale of zero to one hundred percent.withSummary
(String summary) The summary of the current status of the actions.
-
Constructor Details
-
ExecutionDetails
public ExecutionDetails()
-
-
Method Details
-
setSummary
The summary of the current status of the actions.
- Parameters:
summary
- The summary of the current status of the actions.
-
getSummary
The summary of the current status of the actions.
- Returns:
- The summary of the current status of the actions.
-
withSummary
The summary of the current status of the actions.
- Parameters:
summary
- The summary of the current status of the actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExternalExecutionId
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
- Parameters:
externalExecutionId
- The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
-
getExternalExecutionId
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
- Returns:
- The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
-
withExternalExecutionId
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
- Parameters:
externalExecutionId
- The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPercentComplete
The percentage of work completed on the action, represented on a scale of zero to one hundred percent.
- Parameters:
percentComplete
- The percentage of work completed on the action, represented on a scale of zero to one hundred percent.
-
getPercentComplete
The percentage of work completed on the action, represented on a scale of zero to one hundred percent.
- Returns:
- The percentage of work completed on the action, represented on a scale of zero to one hundred percent.
-
withPercentComplete
The percentage of work completed on the action, represented on a scale of zero to one hundred percent.
- Parameters:
percentComplete
- The percentage of work completed on the action, represented on a scale of zero to one hundred percent.- 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
-