| Package | Description |
|---|---|
| com.atlassian.bamboo.build.creation |
| Modifier and Type | Method and Description |
|---|---|
List<PlanKey> |
JobCreationService.createJobAndBranches(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan ifPlanEnabled) |
String |
PlanCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Creates a plan from its components and saves it to the database
|
String |
JobCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Deprecated.
since 4.0 use @{link #createJobAndBranches}
|
String |
JobCreationService.createSingleJob(BuildConfiguration buildConfiguration,
ActionParametersMap clonedActionParametersMap,
PlanCreationService.EnablePlan planEnabled) |
String |
PlanCreationService.savePlan(PlanCreationBean planCreationBean)
Saves a already created plan to the database
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.