|
||||||||||
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(Plan plan,
ErrorCollection errorCollection)
Checks the given Plan s ConcurrentBuildConfigForPlan and the number of concurrently running Plan s to determine if the plan can be executed |
protected abstract boolean |
isPermittedToExecuteImpl(Plan plan,
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 Plan plan, @NotNull ErrorCollection errorCollection)
PlanExecutionPermitter
Plan
s ConcurrentBuildConfigForPlan
and the number of concurrently running Plan
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 Plan plan, @NotNull ErrorCollection errorCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |