Package | Description |
---|---|
com.atlassian.bamboo.build.creation | |
com.atlassian.bamboo.plan.branch |
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 |
PlanCreationTemplate.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled) |
String |
JobCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Deprecated.
since 4.0 use @{link #createJobAndBranches}
|
String |
ChainCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap params,
PlanCreationService.EnablePlan enabled) |
String |
ChainBranchCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled) |
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
|
String |
ChainCreationServiceImpl.createPlanAndKey(BuildConfiguration buildConfiguration,
ActionParametersMap params,
PlanCreationService.EnablePlan enabled) |
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.
|
protected boolean |
ChainCreationServiceImpl.performCloneIfRequired(BuildConfiguration buildConfiguration,
PlanCreationBean planCreationBean,
ActionParametersMap params) |
protected boolean |
ChainBranchCreationServiceImpl.performCloneIfRequired(BuildConfiguration buildConfiguration,
PlanCreationBean planCreationBean,
ActionParametersMap params) |
protected abstract boolean |
PlanCreationTemplate.performCloneIfRequired(PlanCreationBean planCreationBean,
ActionParametersMap params)
Deprecated.
since 5.6
|
protected boolean |
JobCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean,
ActionParametersMap params) |
protected boolean |
ChainCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean,
ActionParametersMap params) |
protected boolean |
ChainBranchCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean,
ActionParametersMap params) |
String |
PlanCreationTemplate.savePlan(PlanCreationBean planCreationBean) |
String |
PlanCreationService.savePlan(PlanCreationBean planCreationBean)
Saves a already created plan to the database
|
Modifier and Type | Method and Description |
---|---|
PlanKey |
BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain,
PlanBranchWorkflow planBranchWorkflow,
String branchName,
VcsBranch vcsBranch,
BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry) |
PlanKey |
BranchDetectionService.createChainBranch(ImmutableChain chain,
PlanBranchWorkflow planBranchWorkflow,
String branchName,
VcsBranch vcsBranch,
BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry)
Given a branch name and (optionally) vcs branch name, creates a plan branch, overriding repository definition.
|
PlanKey |
BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain,
String branchName,
VcsBranch vcsBranch,
BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry) |
PlanKey |
BranchDetectionService.createChainBranch(ImmutableChain chain,
String branchName,
VcsBranch vcsBranch,
BuildConfiguration buildConfiguration,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry)
Given a branch name and (optionally) vcs branch name, create Plan Branches with overriding repository
definitions.
|
PlanKey |
BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain,
String branchName,
VcsBranch vcsBranch,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry) |
PlanKey |
BranchDetectionService.createChainBranch(ImmutableChain chain,
String branchName,
VcsBranch vcsBranch,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry)
|
List<PlanKey> |
ChainPropagatingFacade.createJob(JobCreationService jobCreationService,
BuildConfiguration buildConfiguration,
Map<String,?> actionParametersMap,
PlanCreationService.EnablePlan isPlanEnabled) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.