@Internal
public interface ExecutionStatusProvider
ExecutionStatuss
Not to be used directly. Please use PlanExecutionManager| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ExecutionStatus> |
getExecutionStatus(PlanKey planKey)
Returns a collection of current
ExecutionStatuss for PlanKey |
ExecutionStatus |
getExecutionStatus(PlanResultKey planResultKey)
Returns a
ExecutionStatus for the given PlanResultKey |
BuildExecution |
getJobExecution(PlanResultKey planResultKey)
Get the state of a single Job being executed
|
int |
numberOfExecutions(PlanKey planKey)
Returns the number of current
ExecutionStatuss available for PlanKey |
int numberOfExecutions(@NotNull
PlanKey planKey)
ExecutionStatuss available for PlanKeyplanKey - @NotNull Collection<? extends ExecutionStatus> getExecutionStatus(@NotNull PlanKey planKey)
ExecutionStatuss for PlanKeyplanKey - @Nullable ExecutionStatus getExecutionStatus(@NotNull PlanResultKey planResultKey)
ExecutionStatus for the given PlanResultKeyplanResultKey - @Nullable BuildExecution getJobExecution(@NotNull PlanResultKey planResultKey)
planResultKey - Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.