|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plan.AbstractPlanExecutionPermitter
public abstract class AbstractPlanExecutionPermitter
Constructor Summary | |
---|---|
AbstractPlanExecutionPermitter()
|
Method Summary | |
---|---|
boolean |
isPermittedToExecute(ImmutableChain chain,
ErrorCollection errorCollection)
Checks the given Chain 's ConcurrentBuildConfig and the number of concurrently running Chain s to determine if the plan can be executed |
protected abstract boolean |
isPermittedToExecuteImpl(ImmutableChain chain,
ErrorCollection errorCollection)
|
void |
setChainedExecutionPermitter(PlanExecutionPermitter chainedExecutionPermitter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPlanExecutionPermitter()
Method Detail |
---|
public boolean isPermittedToExecute(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection)
PlanExecutionPermitter
Chain
's ConcurrentBuildConfig
and the number of concurrently running Chain
s to determine if the plan can be executed
isPermittedToExecute
in interface PlanExecutionPermitter
public void setChainedExecutionPermitter(PlanExecutionPermitter chainedExecutionPermitter)
setChainedExecutionPermitter
in interface PlanExecutionPermitter
protected abstract boolean isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |