Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsPullRequestDetector
-
-
Uses of VcsPullRequestDetector in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsPullRequestDetector Modifier and Type Class Description class
BitbucketCloudPullRequestDetector
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type VcsPullRequestDetector Modifier and Type Method Description @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 VcsPullRequestDetector Modifier and Type Class Description class
GithubPullRequestDetector
Methods in com.atlassian.bamboo.plugins.github that return types with arguments of type VcsPullRequestDetector Modifier and Type Method Description @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 VcsPullRequestDetector Modifier and Type Class Description class
BitbucketServerPullRequestDetector
Methods in com.atlassian.bamboo.plugins.stash that return types with arguments of type VcsPullRequestDetector Modifier and Type Method Description @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 VcsPullRequestDetector Modifier and Type Method Description @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 VcsPullRequestDetector Modifier and Type Method Description @Nullable VcsPullRequestDetector
LegacyRepositoryModuleDescriptor. getPullRequestDetector()
-
Uses of VcsPullRequestDetector in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsPullRequestDetector Modifier and Type Method Description @Nullable VcsPullRequestDetector
VcsRepositoryModuleDescriptor. getPullRequestDetector()
@Nullable VcsPullRequestDetector
VcsRepositoryModuleDescriptorImpl. getPullRequestDetector()
-