Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration |
ChainBranchExporter.exportBranchIntegrationConfiguration(BranchIntegrationConfiguration branchIntegrationConfiguration,
PlanKey chainKey,
PlanBranchWorkflow planBranchWorkflow)
Exports branch merging configuration to properties
|
com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration |
ChainBranchExporterImpl.exportBranchIntegrationConfiguration(BranchIntegrationConfiguration branchIntegrationConfiguration,
PlanKey chainKey,
PlanBranchWorkflow planBranchWorkflow) |
Modifier and Type | Method and Description |
---|---|
static PlanBranchWorkflow |
PlanBranchWorkflow.defaultValue()
Returns the default workflow.
|
static PlanBranchWorkflow |
PlanBranchWorkflow.fromKey(String key)
Returns an instance of
PlanBranchWorkflow based on the passed key . |
PlanBranchWorkflow |
BranchMonitoringConfigurationImpl.getPlanBranchWorkflow() |
PlanBranchWorkflow |
BranchSpecificConfiguration.getPlanBranchWorkflow() |
PlanBranchWorkflow |
BranchMonitoringConfiguration.getPlanBranchWorkflow()
Return the type of plan branching workflow.
|
static PlanBranchWorkflow |
PlanBranchWorkflow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanBranchWorkflow[] |
PlanBranchWorkflow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Collection<PlanKey> |
BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain,
PlanBranchWorkflow planBranchWorkflow,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan) |
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
PlanBranchWorkflow planBranchWorkflow,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan)
Given a list of branch names, create plan branches for these, with overriding repository definitions.
|
void |
BranchMonitoringConfigurationImpl.setPlanBranchWorkflow(PlanBranchWorkflow planBranchWorkflow) |
void |
BranchSpecificConfiguration.setPlanBranchWorkflow(PlanBranchWorkflow creationWorkflow) |
void |
BranchMonitoringConfiguration.setPlanBranchWorkflow(PlanBranchWorkflow planBranchWorkflow)
Sets the type of plan branching workflow.
|
Modifier and Type | Method and Description |
---|---|
PlanBranchWorkflow |
BranchCreationType.getCompatiblePlanBranchWorkflow() |
Modifier and Type | Method and Description |
---|---|
abstract PlanBranchWorkflow |
DecoratedPlan.getPlanBranchWorkflow() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.