@Internal
public interface JobExecutionManager
BuildContext
Usually used to execute the BuildContextModifier and Type | Method and Description |
---|---|
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 ImmutableResultsSummary.getLifeCycleState() is not LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS
the result will be transitioned to LifeCycleState.NOT_BUILT and BuildState.UNKNOWN |
void requestExecution(@NotNull BuildContext buildContext)
BuildContext
objectbuildContext
- boolean requestStop(@NotNull PlanResultKey planResultKey)
PlanResultKey
and does not abandon the result
If the ImmutableResultsSummary.getLifeCycleState()
is not LifeCycleState.QUEUED
or LifeCycleState.IN_PROGRESS
the result will be transitioned to LifeCycleState.NOT_BUILT
and BuildState.UNKNOWN
planResultKey
- Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.