public class StageExecution extends Object implements Serializable, Cloneable
Represents information about the run of a stage.
| Constructor and Description |
|---|
StageExecution() |
| Modifier and Type | Method and Description |
|---|---|
StageExecution |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionId()
The ID of the pipeline execution associated with the stage.
|
String |
getStatus()
The status of the stage, or for a completed stage, the last status of the stage.
|
int |
hashCode() |
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
void |
setStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
void |
setStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StageExecution |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
StageExecution |
withStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution |
withStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
pipelineExecutionId - The ID of the pipeline execution associated with the stage.public String getPipelineExecutionId()
The ID of the pipeline execution associated with the stage.
public StageExecution withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
pipelineExecutionId - The ID of the pipeline execution associated with the stage.public void setStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic String getStatus()
The status of the stage, or for a completed stage, the last status of the stage.
StageExecutionStatuspublic StageExecution withStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic void setStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic StageExecution withStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic String toString()
toString in class ObjectObject.toString()public StageExecution clone()
Copyright © 2016. All rights reserved.