|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plan.DefaultPlanExecutionManager
public class DefaultPlanExecutionManager
Constructor Summary | |
---|---|
DefaultPlanExecutionManager(BuildExecutionManager buildExecutionManager,
ChainExecutionManager chainExecutionManager)
|
Method Summary | |
---|---|
BuildIdentifier |
start(Plan plan,
BuildDetectionAction buildDetectionAction)
Execute the Plan with the provided BuildDetectionAction
Note that calls to this method will not block if the Plan is busy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultPlanExecutionManager(@NotNull BuildExecutionManager buildExecutionManager, @NotNull ChainExecutionManager chainExecutionManager)
Method Detail |
---|
public BuildIdentifier start(@NotNull Plan plan, @NotNull BuildDetectionAction buildDetectionAction)
PlanExecutionManager
Plan
with the provided BuildDetectionAction
Note that calls to this method will not block if the Plan
is busy
start
in interface PlanExecutionManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |