Uses of Class
com.atlassian.bamboo.build.creation.PlanCreationBean

Packages that use PlanCreationBean
com.atlassian.bamboo.build.creation   
 

Uses of PlanCreationBean in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation that return PlanCreationBean
 PlanCreationBean BuildPlanConstructorImpl.toPlanCreationBean()
          Deprecated.  
 PlanCreationBean BuildPlanConstructor.toPlanCreationBean()
          Deprecated. Outputs a PlanCreationBean that can then be persisted
 

Methods in com.atlassian.bamboo.build.creation with parameters of type PlanCreationBean
 boolean JobCreationService.cloneBuildable(PlanCreationBean planCreationBean, Buildable buildableToClone, Job job)
           
protected  void PlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone, PlanCreationBean planCreationBean, java.lang.String planOwner)
           
protected abstract  boolean PlanCreationTemplate.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
          Using the action parameters determine if cloning is required and if so, perform the clone.
protected  boolean JobCreationService.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
           
protected  boolean ChainCreationService.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
           
protected  boolean BuildCreationService.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
           
 java.lang.String PlanCreationTemplate.savePlan(PlanCreationBean planCreationBean)
           
 java.lang.String PlanCreationService.savePlan(PlanCreationBean planCreationBean)
          Saves a already created plan to the database
 



Copyright © 2010 Atlassian. All Rights Reserved.