Package | Description |
---|---|
com.atlassian.bamboo.build.creation |
Modifier and Type | Method and Description |
---|---|
List<PlanKey> |
JobCreationServiceImpl.createJobAndBranches(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled) |
List<PlanKey> |
JobCreationService.createJobAndBranches(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan ifPlanEnabled) |
String |
ChainBranchCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled) |
String |
ChainCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap params,
PlanCreationService.EnablePlan enabled) |
String |
JobCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Deprecated.
since 4.0 use @{link #createJobAndBranches}
|
String |
JobCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Deprecated.
since 4.0 use @{link #createJobAndBranches}
|
String |
PlanCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Creates a plan from its components and saves it to the database
|
protected String |
PlanCreationTemplate.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled,
BiConsumer<Plan,ActionParametersMap> preparePlanDetails)
Creates and saves a plan
|
String |
JobCreationServiceImpl.createSingleJob(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled) |
String |
JobCreationService.createSingleJob(BuildConfiguration buildConfiguration,
ActionParametersMap clonedActionParametersMap,
PlanCreationService.EnablePlan planEnabled) |
protected abstract boolean |
PlanCreationTemplate.performCloneIfRequired(BuildConfiguration buildConfiguration,
PlanCreationBean planCreationBean,
ActionParametersMap params)
Using the action parameters determine if cloning is required and if so, perform the clone.
|
String |
PlanCreationTemplate.savePlan(PlanCreationBean planCreationBean) |
String |
PlanCreationService.savePlan(PlanCreationBean planCreationBean)
Saves a already created plan to the database
|
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.