Package | Description |
---|---|
com.atlassian.bamboo.build.creation |
Modifier and Type | Method and Description |
---|---|
boolean |
JobCreationServiceImpl.cloneBuildable(PlanCreationBean planCreationBean,
ActionParametersMap params,
Job jobToClone,
Job job) |
protected void |
PlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone,
PlanCreationBean planCreationBean,
String planOwner) |
protected boolean |
ChainBranchCreationServiceImpl.performCloneIfRequired(BuildConfiguration buildConfiguration,
PlanCreationBean planCreationBean,
ActionParametersMap params) |
protected abstract boolean |
PlanCreationTemplate.performCloneIfRequired(BuildConfiguration buildConfiguration,
PlanCreationBean planCreationBean,
ActionParametersMap params)
Using the action parameters determine if cloning is required and if so, perform the clone.
|
protected boolean |
ChainCreationServiceImpl.performCloneIfRequired(BuildConfiguration buildConfiguration,
PlanCreationBean planCreationBean,
ActionParametersMap params) |
protected boolean |
JobCreationServiceImpl.performCloneIfRequired(BuildConfiguration buildConfiguration,
PlanCreationBean planCreationBean,
ActionParametersMap params) |
protected void |
ChainBranchCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean) |
protected abstract void |
PlanCreationTemplate.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
Prepare build configuration for saving.
|
protected void |
ChainCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean) |
protected void |
JobCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean) |
protected void |
ChainBranchCreationServiceImpl.saveAndUpdateParents(PlanCreationBean planCreationBean) |
protected abstract void |
PlanCreationTemplate.saveAndUpdateParents(PlanCreationBean planCreationBean)
Perform any necessary database operations required before saving the plan.
|
protected void |
ChainCreationServiceImpl.saveAndUpdateParents(PlanCreationBean planCreationBean) |
void |
JobCreationServiceImpl.saveAndUpdateParents(PlanCreationBean planCreationBean) |
String |
PlanCreationTemplate.savePlan(PlanCreationBean planCreationBean) |
String |
PlanCreationService.savePlan(PlanCreationBean planCreationBean)
Saves a already created plan to the database
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.