Package com.atlassian.bamboo.plan
Class PlanExecutionConcurrencyServiceImpl
java.lang.Object
com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
com.atlassian.bamboo.plan.PlanExecutionConcurrencyServiceImpl
- All Implemented Interfaces:
PlanExecutionPermitter
-
Constructor Summary
ConstructorsConstructorDescriptionPlanExecutionConcurrencyServiceImpl(org.apache.struts2.text.TextProvider textProvider, ExecutionStatusProvider executionStatusProvider) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) Methods inherited from class com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
isPermittedToExecute, isPermittedToExecute, setChainedExecutionPermitter
-
Constructor Details
-
PlanExecutionConcurrencyServiceImpl
public PlanExecutionConcurrencyServiceImpl(org.apache.struts2.text.TextProvider textProvider, ExecutionStatusProvider executionStatusProvider)
-
-
Method Details
-
isPermittedToExecuteImpl
public boolean isPermittedToExecuteImpl(@NotNull @NotNull ImmutableChain chain, @Nullable @Nullable PlanResultKey resultKey, @NotNull @NotNull ErrorCollection errorCollection) - Specified by:
isPermittedToExecuteImplin classAbstractPlanExecutionPermitter
-