Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsChangeDetector
Packages that use VcsChangeDetector
Package
Description
-
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsChangeDetectorMethods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type VcsChangeDetectorModifier and TypeMethodDescription@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 VcsChangeDetectorMethods in com.atlassian.bamboo.plugins.git.v2 that return types with arguments of type VcsChangeDetectorModifier and TypeMethodDescription@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 VcsChangeDetectorMethods in com.atlassian.bamboo.plugins.github that return types with arguments of type VcsChangeDetectorModifier and TypeMethodDescription@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 VcsChangeDetectorMethods in com.atlassian.bamboo.plugins.stash.v2 that return types with arguments of type VcsChangeDetectorModifier and TypeMethodDescription@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 VcsChangeDetectorMethods in com.atlassian.bamboo.repository.svn.v2 that return types with arguments of type VcsChangeDetectorModifier and TypeMethodDescription@Nullable ContextualVcsId<VcsChangeDetector>
SvnChangeDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsChangeDetector in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsChangeDetectorModifier and TypeMethodDescription@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.runtimeModifier and TypeInterfaceDescriptioninterface
VcsChangeDetector
that can return commits one-by-one.