|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.chains.JobExecutionManagerImpl
public class JobExecutionManagerImpl
Constructor Summary | |
---|---|
JobExecutionManagerImpl(BuildExecutionManager buildExecutionManager,
StopBuildManager stopBuildManager,
ResultsSummaryManager resultsSummaryManager)
|
Method Summary | |
---|---|
void |
requestExecution(BuildContext buildContext)
Executes BuildContext object |
boolean |
requestStop(PlanResultKey planResultKey)
Stops the build represented by its PlanResultKey and does not abandon the result
If the ResultsSummary.getLifeCycleState() is not LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS
the result will be transitioned to LifeCycleState.NOT_BUILT and BuildState.UNKNOWN |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobExecutionManagerImpl(BuildExecutionManager buildExecutionManager, StopBuildManager stopBuildManager, ResultsSummaryManager resultsSummaryManager)
Method Detail |
---|
public void requestExecution(@NotNull BuildContext buildContext)
JobExecutionManager
BuildContext
object
requestExecution
in interface JobExecutionManager
public boolean requestStop(@NotNull PlanResultKey planResultKey)
JobExecutionManager
PlanResultKey
and does not abandon the result
If the ResultsSummary.getLifeCycleState()
is not LifeCycleState.QUEUED
or LifeCycleState.IN_PROGRESS
the result will be transitioned to LifeCycleState.NOT_BUILT
and BuildState.UNKNOWN
requestStop
in interface JobExecutionManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |