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