Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsChangeDetector
-
-
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsChangeDetector Modifier and Type Class Description class
BitbucketCloudChangeDetector
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type VcsChangeDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsChangeDetector>
BitbucketCloudChangeDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.git.v2
Classes in com.atlassian.bamboo.plugins.git.v2 that implement VcsChangeDetector Modifier and Type Class Description class
GitChangeDetector
Methods in com.atlassian.bamboo.plugins.git.v2 that return types with arguments of type VcsChangeDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsChangeDetector>
GitChangeDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement VcsChangeDetector Modifier and Type Class Description class
GitHubChangeDetector
Methods in com.atlassian.bamboo.plugins.github that return types with arguments of type VcsChangeDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsChangeDetector>
GitHubChangeDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.stash.v2
Classes in com.atlassian.bamboo.plugins.stash.v2 that implement VcsChangeDetector Modifier and Type Class Description class
BitbucketServerChangeDetector
Methods in com.atlassian.bamboo.plugins.stash.v2 that return types with arguments of type VcsChangeDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsChangeDetector>
BitbucketServerChangeDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsChangeDetector in com.atlassian.bamboo.repository.svn.v2
Classes in com.atlassian.bamboo.repository.svn.v2 that implement VcsChangeDetector Modifier and Type Class Description class
SvnChangeDetector
Methods in com.atlassian.bamboo.repository.svn.v2 that return types with arguments of type VcsChangeDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsChangeDetector>
SvnChangeDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsChangeDetector in com.atlassian.bamboo.vcs.configuration.legacy
Classes in com.atlassian.bamboo.vcs.configuration.legacy that implement VcsChangeDetector Modifier and Type Class Description class
LegacyChangeDetector
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsChangeDetector Modifier and Type Method Description @NotNull VcsChangeDetector
LegacyRepositoryModuleDescriptor. getChangeDetector()
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type VcsChangeDetector Modifier and Type Method Description @Nullable ContextualVcsId<VcsChangeDetector>
LegacyChangeDetector. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsChangeDetector in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsChangeDetector Modifier and Type Method Description @NotNull VcsChangeDetector
VcsRepositoryModuleDescriptor. getChangeDetector()
@NotNull VcsChangeDetector
VcsRepositoryModuleDescriptorImpl. getChangeDetector()
-
Uses of VcsChangeDetector in com.atlassian.bamboo.vcs.runtime
Subinterfaces of VcsChangeDetector in com.atlassian.bamboo.vcs.runtime Modifier and Type Interface Description interface
CommitsIsolatingVcsChangeDetector
VcsChangeDetector
that can return commits one-by-one.
-