|
||||||||||
| 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) |
|
|
getConfigObject(java.lang.String key,
java.lang.Class<T> aClass)
Get configuration object produced by BuildConfigurationUIPlugin |
|
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 |
|
| Methods inherited from interface com.atlassian.bamboo.plan.ExecutionStatus |
|---|
getAverageDuration, getBuildChanges, getBuildIdentifier, getElapsedTime, getProgressBar, getQueueTime, getStartTime, getTriggerReason |
| Method Detail |
|---|
@NotNull PlanResultKey getPlanResultKey()
Build and BuildResultsSummaryboolean 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.
@Nullable
<T> T getConfigObject(java.lang.String key,
java.lang.Class<T> aClass)
BuildConfigurationUIPlugin
key - aClass -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||