com.atlassian.bamboo.plan
Interface PlanExecutionManager

All Known Implementing Classes:
DefaultPlanExecutionManager

public interface PlanExecutionManager

Generic Execution Manager for Plan's


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
 

Method Detail

start

BuildIdentifier start(@NotNull
                      Plan plan,
                      @NotNull
                      BuildDetectionAction buildDetectionAction)
Execute the Plan with the provided BuildDetectionAction Note that calls to this method will not block if the Plan is busy

Parameters:
plan -
buildDetectionAction -
Returns:
buildIdentifier


Copyright © 2010 Atlassian. All Rights Reserved.