|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VcsBranch | |
---|---|
com.atlassian.bamboo.plan.branch | |
com.atlassian.bamboo.plugins.hg | |
com.atlassian.bamboo.repository | |
com.atlassian.bamboo.repository.svn |
Uses of VcsBranch in com.atlassian.bamboo.plan.branch |
---|
Subinterfaces of VcsBranch in com.atlassian.bamboo.plan.branch | |
---|---|
interface |
BambooVcsBranch
|
Classes in com.atlassian.bamboo.plan.branch that implement VcsBranch | |
---|---|
class |
BambooVcsBranchImpl
|
class |
VcsBranchImpl
|
Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type VcsBranch | |
---|---|
java.util.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. |
java.util.List<VcsBranch> |
BranchDetectionServiceImpl.getOpenBranches(ImmutableChain chain,
ErrorCollection errorCollection)
|
Method parameters in com.atlassian.bamboo.plan.branch with type arguments of type VcsBranch | |
---|---|
java.util.Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
java.util.Collection<VcsBranch> branches,
ErrorCollection errorCollection)
Given a list of branch names, create Plan Branches for these, with overriding repository definitions. |
java.util.Collection<PlanKey> |
BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain,
java.util.Collection<VcsBranch> branches,
ErrorCollection errorCollection)
|
Constructors in com.atlassian.bamboo.plan.branch with parameters of type VcsBranch | |
---|---|
BambooVcsBranchImpl(Chain chain,
VcsBranch newBranch)
|
Uses of VcsBranch in com.atlassian.bamboo.plugins.hg |
---|
Methods in com.atlassian.bamboo.plugins.hg that return VcsBranch | |
---|---|
VcsBranch |
HgRepository.getVcsBranch()
|
VcsBranch |
BitbucketRepository.getVcsBranch()
|
Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type VcsBranch | |
---|---|
java.util.List<VcsBranch> |
HgRepository.getOpenBranches(java.lang.String context)
|
java.util.List<VcsBranch> |
BitbucketRepository.getOpenBranches(java.lang.String context)
|
Methods in com.atlassian.bamboo.plugins.hg with parameters of type VcsBranch | |
---|---|
void |
HgRepository.setVcsBranch(VcsBranch branch)
|
void |
BitbucketRepository.setVcsBranch(VcsBranch branch)
|
Uses of VcsBranch in com.atlassian.bamboo.repository |
---|
Methods in com.atlassian.bamboo.repository that return VcsBranch | |
---|---|
VcsBranch |
BranchAwareRepository.getVcsBranch()
|
Methods in com.atlassian.bamboo.repository that return types with arguments of type VcsBranch | |
---|---|
java.util.List<VcsBranch> |
RepositoryCachingFacade.getOpenBranches(BranchDetectionCapableRepository repository,
java.lang.String context)
|
java.util.List<VcsBranch> |
BranchDetectionCapableRepository.getOpenBranches(java.lang.String context)
Set of open branches that are discovered in the repository. |
Methods in com.atlassian.bamboo.repository with parameters of type VcsBranch | |
---|---|
void |
BranchAwareRepository.setVcsBranch(VcsBranch branch)
Set and prepare the repository for using an arbitrary branch. |
Uses of VcsBranch in com.atlassian.bamboo.repository.svn |
---|
Methods in com.atlassian.bamboo.repository.svn that return VcsBranch | |
---|---|
VcsBranch |
SvnRepository.getVcsBranch()
|
Methods in com.atlassian.bamboo.repository.svn that return types with arguments of type VcsBranch | |
---|---|
java.util.List<VcsBranch> |
SvnRepository.getOpenBranches(java.lang.String context)
|
Methods in com.atlassian.bamboo.repository.svn with parameters of type VcsBranch | |
---|---|
void |
SvnRepository.setVcsBranch(VcsBranch branch)
|
void |
SvnRepository.setVcsBranch(VcsBranch branch,
org.apache.commons.configuration.HierarchicalConfiguration customConfiguration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |