@Internal
public interface JobExecutionManager
BuildContext
Usually used to execute the BuildContext| Modifier and Type | Method and Description |
|---|---|
void |
requestExecution(@NotNull BuildContext buildContext)
Executes
BuildContext object |
boolean |
requestStop(@NotNull 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
@NotNull BuildContext buildContext)
BuildContext objectbuildContext - boolean requestStop(@NotNull
@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.UNKNOWNplanResultKey - Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.