Class UniqueRunPerKeyPlanExecutionPermitter
java.lang.Object
com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
com.atlassian.bamboo.plan.execution.UniqueRunPerKeyPlanExecutionPermitter
- All Implemented Interfaces:
PlanExecutionPermitter
-
Constructor Summary
ConstructorDescriptionUniqueRunPerKeyPlanExecutionPermitter
(com.opensymphony.xwork2.TextProvider textProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) Methods inherited from class com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
isPermittedToExecute, isPermittedToExecute, setChainedExecutionPermitter
-
Constructor Details
-
UniqueRunPerKeyPlanExecutionPermitter
public UniqueRunPerKeyPlanExecutionPermitter(com.opensymphony.xwork2.TextProvider textProvider)
-
-
Method Details
-
isPermittedToExecuteImpl
protected boolean isPermittedToExecuteImpl(@NotNull @NotNull ImmutableChain chain, @Nullable @Nullable PlanResultKey resultKey, @NotNull @NotNull ErrorCollection errorCollection) - Specified by:
isPermittedToExecuteImpl
in classAbstractPlanExecutionPermitter
-