|
||||||||||
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 | |
---|---|
int |
getBuildNumber()
Returns the build number of the build |
java.lang.String |
getBuildResultKey()
Returns the build result key eg BAM-FOO-123 |
BuildState |
getBuildState()
Returns the BuildState (succes or failure) |
java.lang.String |
getKey()
Returns the build key eg BAM-FOO |
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 |
Method Detail |
---|
@NotNull java.lang.String getKey()
@NotNull java.lang.String getBuildResultKey()
int getBuildNumber()
boolean isBuilding()
boolean isCompleted()
@NotNull BuildState getBuildState()
@NotNull StageExecution getStageExecution()
StageExecution
that the BuildExecution
is a component of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |