Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsBranchDetector
-
-
Uses of VcsBranchDetector in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type VcsBranchDetector Modifier and Type Method Description @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.@NotNull Optional<List<VcsBranch>>
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
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsBranchDetector Modifier and Type Class Description class
BitbucketCloudBranchDetector
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type VcsBranchDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsBranchDetector>
BitbucketCloudBranchDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsBranchDetector in com.atlassian.bamboo.plugins.git.v2
Classes in com.atlassian.bamboo.plugins.git.v2 that implement VcsBranchDetector Modifier and Type Class Description class
GitBranchDetector
Methods in com.atlassian.bamboo.plugins.git.v2 that return types with arguments of type VcsBranchDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsBranchDetector>
GitBranchDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsBranchDetector in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement VcsBranchDetector Modifier and Type Class Description class
GitHubBranchDetector
Methods in com.atlassian.bamboo.plugins.github that return types with arguments of type VcsBranchDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsBranchDetector>
GitHubBranchDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsBranchDetector in com.atlassian.bamboo.plugins.stash.v2
Classes in com.atlassian.bamboo.plugins.stash.v2 that implement VcsBranchDetector Modifier and Type Class Description class
BitbucketServerBranchDetector
Methods in com.atlassian.bamboo.plugins.stash.v2 that return types with arguments of type VcsBranchDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsBranchDetector>
BitbucketServerBranchDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsBranchDetector in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type VcsBranchDetector Modifier and Type Method Description @NotNull List<VcsBranch>
RepositoryCachingFacade. getOpenBranches(@NotNull VcsBranchDetector branchDetector, @NotNull VcsRepositoryData repositoryData)
Retrieve open branches from the given repository.@NotNull List<VcsBranch>
RepositoryCachingFacadeImpl. getOpenBranches(@NotNull VcsBranchDetector branchDetector, @NotNull VcsRepositoryData repositoryData)
-
Uses of VcsBranchDetector in com.atlassian.bamboo.repository.svn.v2
Classes in com.atlassian.bamboo.repository.svn.v2 that implement VcsBranchDetector Modifier and Type Class Description class
SvnBranchDetector
Methods in com.atlassian.bamboo.repository.svn.v2 that return types with arguments of type VcsBranchDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsBranchDetector>
SvnBranchDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsBranchDetector in com.atlassian.bamboo.vcs.configuration.legacy
Classes in com.atlassian.bamboo.vcs.configuration.legacy that implement VcsBranchDetector Modifier and Type Class Description class
LegacyBranchDetector
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsBranchDetector Modifier and Type Method Description @Nullable VcsBranchDetector
LegacyRepositoryModuleDescriptor. getBranchDetector()
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type VcsBranchDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsBranchDetector>
LegacyBranchDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData repositoryData)
-
Uses of VcsBranchDetector in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsBranchDetector Modifier and Type Method Description @Nullable VcsBranchDetector
VcsRepositoryModuleDescriptor. getBranchDetector()
@Nullable VcsBranchDetector
VcsRepositoryModuleDescriptorImpl. getBranchDetector()
-