Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsChangeDetector
Package
Description
-
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.bitbucket.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsChangeDetector>
BitbucketCloudChangeDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.git.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsChangeDetector>
GitChangeDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.github
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsChangeDetector>
GitHubChangeDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsChangeDetector in com.atlassian.bamboo.plugins.stash.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsChangeDetector>
BitbucketServerChangeDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsChangeDetector in com.atlassian.bamboo.repository.svn.v2
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsChangeDetector>
SvnChangeDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsChangeDetector in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@NotNull VcsChangeDetector
LegacyRepositoryModuleDescriptor.getChangeDetector()
Modifier and TypeMethodDescription@Nullable ContextualVcsId<VcsChangeDetector>
LegacyChangeDetector.getVcsIdForExecutor
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of VcsChangeDetector in com.atlassian.bamboo.vcs.module
Modifier and TypeMethodDescription@NotNull VcsChangeDetector
VcsRepositoryModuleDescriptor.getChangeDetector()
@NotNull VcsChangeDetector
VcsRepositoryModuleDescriptorImpl.getChangeDetector()
-
Uses of VcsChangeDetector in com.atlassian.bamboo.vcs.runtime
Modifier and TypeInterfaceDescriptioninterface
VcsChangeDetector
that can return commits one-by-one.