Uses of Class
com.atlassian.bamboo.build.PlanCreationException
-
Packages that use PlanCreationException Package Description com.atlassian.bamboo.build.creation -
-
Uses of PlanCreationException in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that throw PlanCreationException Modifier and Type Method Description List<PlanKey>JobCreationService. createJobAndBranches(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan ifPlanEnabled)List<PlanKey>JobCreationServiceImpl. createJobAndBranches(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled)StringChainBranchCreationServiceImpl. createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled)StringChainCreationServiceImpl. createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap params, @NotNull PlanCreationService.EnablePlan enabled)StringJobCreationService. createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled)Deprecated.since 4.0 use @{link #createJobAndBranches}StringJobCreationServiceImpl. createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled)Deprecated.since 4.0 use @{link #createJobAndBranches}StringPlanCreationService. createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled)Creates a plan from its components and saves it to the databaseprotected StringPlanCreationTemplate. createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled, @NotNull BiConsumer<Plan,ActionParametersMap> preparePlanDetails)Creates and saves a planStringJobCreationService. createSingleJob(BuildConfiguration buildConfiguration, ActionParametersMap clonedActionParametersMap, PlanCreationService.EnablePlan planEnabled)StringJobCreationServiceImpl. createSingleJob(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled)protected abstract booleanPlanCreationTemplate. 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.StringPlanCreationService. savePlan(@NotNull PlanCreationBean planCreationBean)Saves a already created plan to the databaseStringPlanCreationTemplate. savePlan(@NotNull PlanCreationBean planCreationBean)
-