Modifier and Type | Method and Description |
---|---|
Optional<List<VcsBranch>> |
BranchDetectionServiceImpl.getOpenBranches(VariableSubstitutor variableSubstitutor,
VcsRepositoryData vcsRepositoryData,
VcsBranchDetector branchDetector,
ErrorCollection errorCollection,
Iterable<ImmutableChain> chains) |
Optional<List<VcsBranch>> |
BranchDetectionService.getOpenBranches(VariableSubstitutor variableSubstitutor,
VcsRepositoryData vcsRepositoryData,
VcsBranchDetector branchDetector,
ErrorCollection errorCollection,
Iterable<ImmutableChain> chains)
Returns a list of currently open branches for given repository.
|
Modifier and Type | Class and Description |
---|---|
class |
BitbucketCloudBranchDetector |
Modifier and Type | Method and Description |
---|---|
ContextualVcsId<VcsBranchDetector> |
BitbucketCloudBranchDetector.getVcsIdForExecutor(VcsRepositoryData vcsRepositoryData) |
Modifier and Type | Class and Description |
---|---|
class |
GitBranchDetector |
Modifier and Type | Method and Description |
---|---|
ContextualVcsId<VcsBranchDetector> |
GitBranchDetector.getVcsIdForExecutor(VcsRepositoryData vcsRepositoryData) |
Modifier and Type | Class and Description |
---|---|
class |
GitHubBranchDetector |
Modifier and Type | Method and Description |
---|---|
ContextualVcsId<VcsBranchDetector> |
GitHubBranchDetector.getVcsIdForExecutor(VcsRepositoryData vcsRepositoryData) |
Modifier and Type | Class and Description |
---|---|
class |
MercurialBranchDetector |
Modifier and Type | Method and Description |
---|---|
ContextualVcsId<VcsBranchDetector> |
MercurialBranchDetector.getVcsIdForExecutor(VcsRepositoryData vcsRepositoryData) |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketServerBranchDetector |
Modifier and Type | Method and Description |
---|---|
ContextualVcsId<VcsBranchDetector> |
BitbucketServerBranchDetector.getVcsIdForExecutor(VcsRepositoryData vcsRepositoryData) |
Modifier and Type | Method and Description |
---|---|
List<VcsBranch> |
RepositoryCachingFacadeImpl.getOpenBranches(VcsBranchDetector branchDetector,
VcsRepositoryData repositoryData) |
List<VcsBranch> |
RepositoryCachingFacade.getOpenBranches(VcsBranchDetector branchDetector,
VcsRepositoryData repositoryData)
Retrieve open branches from the given repository.
|
void |
RepositoryCachingFacadeImpl.invalidate(VcsBranchDetector branchDetector,
VcsRepositoryData repositoryData) |
void |
RepositoryCachingFacade.invalidate(VcsBranchDetector branchDetector,
VcsRepositoryData repositoryData)
Deprecated.
since 6.10 does nothing
|
Modifier and Type | Class and Description |
---|---|
class |
SvnBranchDetector |
Modifier and Type | Method and Description |
---|---|
ContextualVcsId<VcsBranchDetector> |
SvnBranchDetector.getVcsIdForExecutor(VcsRepositoryData vcsRepositoryData) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyBranchDetector |
Modifier and Type | Method and Description |
---|---|
VcsBranchDetector |
LegacyRepositoryModuleDescriptor.getBranchDetector() |
Modifier and Type | Method and Description |
---|---|
ContextualVcsId<VcsBranchDetector> |
LegacyBranchDetector.getVcsIdForExecutor(VcsRepositoryData repositoryData) |
Modifier and Type | Method and Description |
---|---|
VcsBranchDetector |
VcsRepositoryModuleDescriptorImpl.getBranchDetector() |
VcsBranchDetector |
VcsRepositoryModuleDescriptor.getBranchDetector() |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.