|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobExecutionManager
Executes a BuildContext
Usually used to execute the BuildContext
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 |
Method Detail |
---|
void requestExecution(@NotNull BuildContext buildContext)
BuildContext
object
buildContext
- boolean requestStop(@NotNull PlanResultKey planResultKey)
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
planResultKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |