@Internal
public interface ExecutionStatusProvider
ExecutionStatus
s
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
ExecutionStatus s 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
ExecutionStatus s available for PlanKey |
int numberOfExecutions(@NotNull PlanKey planKey)
ExecutionStatus
s available for PlanKey
planKey
- @NotNull Collection<? extends ExecutionStatus> getExecutionStatus(@NotNull PlanKey planKey)
ExecutionStatus
s for PlanKey
planKey
- @Nullable ExecutionStatus getExecutionStatus(@NotNull PlanResultKey planResultKey)
ExecutionStatus
for the given PlanResultKey
planResultKey
- @Nullable BuildExecution getJobExecution(@NotNull PlanResultKey planResultKey)
planResultKey
- Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.