Uses of Class
com.atlassian.bamboo.build.creation.PlanCreationBean
Packages that use PlanCreationBean
-
Uses of PlanCreationBean in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation with parameters of type PlanCreationBeanModifier and TypeMethodDescriptionprotected void
PlanCreationTemplate.clonePlanPermissionsToSession
(Plan buildToClone, PlanCreationBean planCreationBean, String planOwner) protected boolean
ChainBranchCreationServiceImpl.performCloneIfRequired
(@NotNull BuildConfiguration buildConfiguration, @NotNull PlanCreationBean planCreationBean, @NotNull ActionParametersMap params) 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 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 void
ChainBranchCreationServiceImpl.postCreationSynchronisation
(@NotNull PlanCreationBean planCreationBean) protected void
ChainCreationServiceImpl.postCreationSynchronisation
(@NotNull PlanCreationBean planCreationBean) protected void
JobCreationServiceImpl.postCreationSynchronisation
(@NotNull PlanCreationBean planCreationBean) protected abstract void
PlanCreationTemplate.postCreationSynchronisation
(@NotNull PlanCreationBean planCreationBean) Perform any state synchronisation required after creating plan.protected void
ChainBranchCreationServiceImpl.prepareBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) 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 abstract void
PlanCreationTemplate.prepareBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) Prepare build configuration for saving.protected void
ChainBranchCreationServiceImpl.saveAndUpdateParents
(@NotNull PlanCreationBean planCreationBean) protected void
ChainCreationServiceImpl.saveAndUpdateParents
(@NotNull PlanCreationBean planCreationBean) void
JobCreationServiceImpl.saveAndUpdateParents
(@NotNull PlanCreationBean planCreationBean) protected abstract void
PlanCreationTemplate.saveAndUpdateParents
(@NotNull PlanCreationBean planCreationBean) Perform any necessary database operations required before saving the plan.PlanCreationService.savePlan
(@NotNull PlanCreationBean planCreationBean) Saves a already created plan to the databasePlanCreationTemplate.savePlan
(@NotNull PlanCreationBean planCreationBean)