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