Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsPullRequestDetector
Packages that use VcsPullRequestDetector
Package
Description
-
Uses of VcsPullRequestDetector in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsPullRequestDetectorMethods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type VcsPullRequestDetectorModifier and TypeMethodDescription@Nullable ContextualVcsId<VcsPullRequestDetector>
BitbucketCloudPullRequestDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsPullRequestDetector in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement VcsPullRequestDetectorMethods in com.atlassian.bamboo.plugins.github that return types with arguments of type VcsPullRequestDetectorModifier and TypeMethodDescription@Nullable ContextualVcsId<VcsPullRequestDetector>
GithubPullRequestDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsPullRequestDetector in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement VcsPullRequestDetectorMethods in com.atlassian.bamboo.plugins.stash that return types with arguments of type VcsPullRequestDetectorModifier and TypeMethodDescription@Nullable ContextualVcsId<VcsPullRequestDetector>
BitbucketServerPullRequestDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsPullRequestDetector in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type VcsPullRequestDetectorModifier and TypeMethodDescription@NotNull List<VcsPullRequest>
RepositoryCachingFacade.getOpenPullRequests
(@NotNull VcsPullRequestDetector pullRequestDetector, @NotNull VcsRepositoryData repositoryData) @NotNull List<VcsPullRequest>
RepositoryCachingFacadeImpl.getOpenPullRequests
(@NotNull VcsPullRequestDetector pullRequestDetector, @NotNull VcsRepositoryData repositoryData) -
Uses of VcsPullRequestDetector in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsPullRequestDetectorModifier and TypeMethodDescription@Nullable VcsPullRequestDetector
LegacyRepositoryModuleDescriptor.getPullRequestDetector()
-
Uses of VcsPullRequestDetector in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsPullRequestDetectorModifier and TypeMethodDescription@Nullable VcsPullRequestDetector
VcsRepositoryModuleDescriptor.getPullRequestDetector()
@Nullable VcsPullRequestDetector
VcsRepositoryModuleDescriptorImpl.getPullRequestDetector()