| Package | Description |
|---|---|
| com.atlassian.bamboo.plan.branch | |
| com.atlassian.bamboo.plan.vcsRevision | |
| com.atlassian.bamboo.repository | |
| com.atlassian.bamboo.v2.build |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BambooVcsBranch |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
BranchDetectionService.getOpenBranches(ImmutableChain chain,
ErrorCollection errorCollection)
Returns a list of currently open branches for the chain's default repository
List ordering determined by underlying repository (preference is for native ordering e.g.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
BranchDetectionService.createChainBranch(ImmutableChain chain,
String branchName,
VcsBranch vcsBranch,
PlanCreationService.EnablePlan enablePlan,
boolean enableExpiry)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection)
Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
|
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan)
Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
|
void |
VcsBranchManager.saveAll(ImmutableChain chain,
Iterable<VcsBranch> requestedBranchesToSave) |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
PlanVcsRevisionData.getOverriddenBranch() |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
BranchAwareRepository.getVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
RepositoryCachingFacade.getOpenBranches(BranchDetectionCapableRepository repository,
String context)
Retrieve open branches from the given repository.
|
List<VcsBranch> |
BranchDetectionCapableRepository.getOpenBranches(String context)
Deprecated.
Set of open branches that are discovered in the repository. |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchAwareRepository.setVcsBranch(VcsBranch branch)
Set and prepare the repository for using an arbitrary branch.
|
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
BuildRepositoryChanges.getOverriddenVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildRepositoryChanges.setOverriddenVcsBranch(VcsBranch effectiveVcsBranchName) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.