|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildExecution
Represents a running Build
executing within a ChainStage
Method Summary | |
---|---|
BuildContext |
getBuildContext()
The BuildContext of build process represented by this object. |
BuildState |
getBuildState()
Returns the BuildState (success or failure) |
PlanResultKey |
getPlanResultKey()
|
StageExecution |
getStageExecution()
Returns the StageExecution that the BuildExecution is a component of |
boolean |
isBuilding()
Returns true if the build is currently executing |
boolean |
isCompleted()
Returns true if the build has completed |
boolean |
isSuccessful()
If the Build is successful or not |
Method Detail |
---|
@NotNull PlanResultKey getPlanResultKey()
Build
and BuildResultsSummary
boolean isBuilding()
boolean isCompleted()
boolean isSuccessful()
@NotNull BuildState getBuildState()
@NotNull StageExecution getStageExecution()
StageExecution
that the BuildExecution
is a component of
@NotNull BuildContext getBuildContext()
BuildContext
of build process represented by this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |