Methods in com.atlassian.bamboo.build.creation that throw PlanCreationException |
java.util.List<PlanKey> |
JobCreationService.createJobAndBranches(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
|
java.lang.String |
PlanCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Creates a plan from its components and saves it to the database |
java.lang.String |
PlanCreationTemplate.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
|
java.lang.String |
JobCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Deprecated. since 4.0 use @{link #createJobAndBranches} |
java.lang.String |
ChainCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap params,
PlanCreationService.EnablePlan enabled)
|
java.lang.String |
ChainBranchCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
|
java.lang.String |
JobCreationService.createSingleJob(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
|
protected abstract boolean |
PlanCreationTemplate.performCloneIfRequired(PlanCreationBean planCreationBean,
ActionParametersMap params)
Using the action parameters determine if cloning is required and if so, perform the clone. |
java.lang.String |
PlanCreationService.savePlan(PlanCreationBean planCreationBean)
Saves a already created plan to the database |
java.lang.String |
PlanCreationTemplate.savePlan(PlanCreationBean planCreationBean)
|