|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StageExecution
Represents a ChainStage
executing within a Chain
Method Summary | |
---|---|
java.util.List<BuildExecution> |
getBuilds()
Returns the BuildExecution 's that are executed during this stage |
ChainExecution |
getChainExecution()
Gets the ChainExecution that the StageExecution is a member of |
java.lang.String |
getDescription()
Gets the description of the Stage |
ExecutionContext |
getExecutionContext()
Stores contextual data for the current StageExecution |
java.lang.String |
getName()
Gets the name of the Stage |
int |
getStageIndex()
Index of the ChainStage within the current Chain |
boolean |
isBuilding()
If the Stage is building or not |
boolean |
isCompleted()
If the Stage has completed or not |
boolean |
isSuccessful()
If the Stage is successful or not |
Method Detail |
---|
int getStageIndex()
ChainStage
within the current Chain
@NotNull ChainExecution getChainExecution()
ChainExecution
that the StageExecution
is a member of
@NotNull java.lang.String getName()
@Nullable java.lang.String getDescription()
boolean isBuilding()
boolean isCompleted()
boolean isSuccessful()
@NotNull java.util.List<BuildExecution> getBuilds()
BuildExecution
's that are executed during this stage
@NotNull ExecutionContext getExecutionContext()
StageExecution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |