Methods in com.atlassian.bamboo.build.creation with parameters of type PlanCreationBean |
boolean |
JobCreationService.cloneBuildable(PlanCreationBean planCreationBean,
ActionParametersMap params,
Job jobToClone,
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 |
ChainCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean,
ActionParametersMap params)
|
protected boolean |
ChainBranchCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean,
ActionParametersMap params)
|
protected abstract void |
PlanCreationTemplate.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
Prepare build configuration for saving. |
protected void |
JobCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
|
protected void |
ChainCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
|
protected void |
ChainBranchCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
|
java.lang.String |
PlanCreationService.savePlan(PlanCreationBean planCreationBean)
Saves a already created plan to the database |
java.lang.String |
PlanCreationTemplate.savePlan(PlanCreationBean planCreationBean)
|