| Modifier and Type | Interface and Description |
|---|---|
interface |
BambooVcsBranch |
| Modifier and Type | Class and Description |
|---|---|
class |
BambooVcsBranchImpl |
class |
VcsBranchImpl |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
BranchDetectionServiceImpl.getOpenBranches(ImmutableChain chain,
ErrorCollection errorCollection) |
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 |
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)
|
static String |
ChainBranchUtils.getValidChainBranchName(VcsBranch newBranch) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlanKey> |
BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection) |
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> |
BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan) |
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 |
VcsBranchManagerImpl.saveAll(ImmutableChain chain,
Iterable<VcsBranch> requestedBranchesToSave) |
void |
VcsBranchManager.saveAll(ImmutableChain chain,
Iterable<VcsBranch> requestedBranchesToSave) |
| Constructor and Description |
|---|
BambooVcsBranchImpl(Chain chain,
VcsBranch newBranch) |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
PlanVcsRevisionData.getOverriddenBranch() |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
GitRepository.getVcsBranch() |
VcsBranch |
GitHubRepositoryAccessData.getVcsBranch() |
VcsBranch |
GitRepositoryAccessData.getVcsBranch() |
VcsBranch |
GitHubRepository.getVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
JGitOperationHelper.getOpenBranches(GitRepositoryAccessData repositoryData,
File workingDir) |
List<VcsBranch> |
NativeGitOperationHelper.getOpenBranches(GitRepositoryAccessData repositoryData,
File workingDir) |
List<VcsBranch> |
GitOperationHelper.getOpenBranches(GitRepositoryAccessData repositoryData,
File workingDir) |
List<VcsBranch> |
GitRepository.getOpenBranches(String context) |
List<VcsBranch> |
GitHubRepository.getOpenBranches(String context) |
| Modifier and Type | Method and Description |
|---|---|
GitHubRepositoryAccessData.Builder |
GitHubRepositoryAccessData.Builder.branch(VcsBranch vcsBranch) |
GitRepositoryAccessData.Builder |
GitRepositoryAccessData.Builder.branch(VcsBranch branch) |
void |
GitRepository.setVcsBranch(VcsBranch branch) |
void |
GitHubRepository.setVcsBranch(VcsBranch vcsBranch) |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
HgRepository.getVcsBranch() |
VcsBranch |
BitbucketRepository.getVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
HgRepository.getOpenBranches(String context) |
List<VcsBranch> |
BitbucketRepository.getOpenBranches(String context) |
| Modifier and Type | Method and Description |
|---|---|
void |
HgRepository.setVcsBranch(VcsBranch branch) |
void |
BitbucketRepository.setVcsBranch(VcsBranch branch) |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
StashRepository.getVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
StashRepository.getOpenBranches(String context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StashRepository.setVcsBranch(VcsBranch vcsBranch) |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
BranchAwareRepository.getVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
RepositoryCachingFacadeImpl.getOpenBranches(BranchDetectionCapableRepository repository,
String context) |
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 |
SvnRepository.getVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
List<VcsBranch> |
SvnRepository.getOpenBranches(String context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnRepository.setVcsBranch(VcsBranch branch) |
void |
SvnRepository.setVcsBranch(VcsBranch branch,
org.apache.commons.configuration.HierarchicalConfiguration customConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
VcsBranch |
BuildRepositoryChangesImpl.getOverriddenVcsBranch() |
VcsBranch |
BuildRepositoryChanges.getOverriddenVcsBranch() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildRepositoryChangesImpl.setOverriddenVcsBranch(VcsBranch overriddenVcsBranch) |
void |
BuildRepositoryChanges.setOverriddenVcsBranch(VcsBranch effectiveVcsBranchName) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.