Package com.atlassian.bamboo.plan
Class PlanExecutionConcurrencyServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
-
- com.atlassian.bamboo.plan.PlanExecutionConcurrencyServiceImpl
-
- All Implemented Interfaces:
PlanExecutionPermitter
public class PlanExecutionConcurrencyServiceImpl extends AbstractPlanExecutionPermitter
-
-
Constructor Summary
Constructors Constructor Description PlanExecutionConcurrencyServiceImpl(com.opensymphony.xwork2.TextProvider textProvider, ExecutionStatusProvider executionStatusProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection)
-
Methods inherited from class com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
isPermittedToExecute, isPermittedToExecute, setChainedExecutionPermitter
-
-
-
-
Constructor Detail
-
PlanExecutionConcurrencyServiceImpl
public PlanExecutionConcurrencyServiceImpl(com.opensymphony.xwork2.TextProvider textProvider, ExecutionStatusProvider executionStatusProvider)
-
-
Method Detail
-
isPermittedToExecuteImpl
public boolean isPermittedToExecuteImpl(@NotNull @NotNull ImmutableChain chain, @Nullable @Nullable PlanResultKey resultKey, @NotNull @NotNull ErrorCollection errorCollection)
- Specified by:
isPermittedToExecuteImpl
in classAbstractPlanExecutionPermitter
-
-