com.atlassian.bamboo.plan
Class DefaultPlanExecutionManager

java.lang.Object
  extended by com.atlassian.bamboo.plan.DefaultPlanExecutionManager
All Implemented Interfaces:
PlanExecutionManager

public class DefaultPlanExecutionManager
extends java.lang.Object
implements PlanExecutionManager


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

DefaultPlanExecutionManager

public DefaultPlanExecutionManager(@NotNull
                                   BuildExecutionManager buildExecutionManager,
                                   @NotNull
                                   ChainExecutionManager chainExecutionManager)
Method Detail

start

public BuildIdentifier start(@NotNull
                             Plan plan,
                             @NotNull
                             BuildDetectionAction buildDetectionAction)
Description copied from interface: PlanExecutionManager
Execute the Plan with the provided BuildDetectionAction Note that calls to this method will not block if the Plan is busy

Specified by:
start in interface PlanExecutionManager
Returns:
buildIdentifier


Copyright © 2010 Atlassian. All Rights Reserved.