Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsBranchDetector
Package
Description
-
Uses of VcsBranchDetector in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescriptionBranchDetectionService.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.BranchDetectionServiceImpl.getOpenBranches
(@NotNull VariableSubstitutor variableSubstitutor, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranchDetector branchDetector, @Nullable ErrorCollection errorCollection, @NotNull Iterable<ImmutableChain> chains) -
Uses of VcsBranchDetector in com.atlassian.bamboo.plugins.bitbucket.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsBranchDetector>
BitbucketCloudBranchDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsBranchDetector in com.atlassian.bamboo.plugins.git.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsBranchDetector>
GitBranchDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsBranchDetector in com.atlassian.bamboo.plugins.github
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsBranchDetector>
GitHubBranchDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsBranchDetector in com.atlassian.bamboo.plugins.stash.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsBranchDetector>
BitbucketServerBranchDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsBranchDetector in com.atlassian.bamboo.repository
Modifier and TypeMethodDescriptionRepositoryCachingFacade.getOpenBranches
(@NotNull VcsBranchDetector branchDetector, @NotNull VcsRepositoryData repositoryData) Retrieve open branches from the given repository.RepositoryCachingFacadeImpl.getOpenBranches
(@NotNull VcsBranchDetector branchDetector, @NotNull VcsRepositoryData repositoryData) -
Uses of VcsBranchDetector in com.atlassian.bamboo.repository.svn.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsBranchDetector>
SvnBranchDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsBranchDetector in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@Nullable VcsBranchDetector
LegacyRepositoryModuleDescriptor.getBranchDetector()
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsBranchDetector>
LegacyBranchDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData repositoryData) -
Uses of VcsBranchDetector in com.atlassian.bamboo.vcs.module
Modifier and TypeMethodDescription@Nullable VcsBranchDetector
VcsRepositoryModuleDescriptor.getBranchDetector()
@Nullable VcsBranchDetector
VcsRepositoryModuleDescriptorImpl.getBranchDetector()