Uses of Interface
com.atlassian.bamboo.vcs.runtime.IdentifyingExecutor
-
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement IdentifyingExecutor Modifier and Type Class Description class
BitbucketCloudBranchDetector
class
BitbucketCloudChangeDetector
class
BitbucketCloudCommitCommenter
class
BitbucketCloudPullRequestDetector
class
BitbucketCloudTagsHandler
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.plugins.git.v2
Classes in com.atlassian.bamboo.plugins.git.v2 that implement IdentifyingExecutor Modifier and Type Class Description class
GitBranchDetector
class
GitChangeDetector
class
GitTagsHandler
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement IdentifyingExecutor Modifier and Type Class Description class
GitHubBranchDetector
class
GitHubChangeDetector
class
GitHubCommitCommenter
class
GithubPullRequestDetector
class
GitHubTagsHandler
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement IdentifyingExecutor Modifier and Type Class Description class
BitbucketServerBuildWarningsUpdater
class
BitbucketServerPullRequestDetector
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.plugins.stash.v2
Classes in com.atlassian.bamboo.plugins.stash.v2 that implement IdentifyingExecutor Modifier and Type Class Description class
BitbucketServerBranchDetector
class
BitbucketServerChangeDetector
class
BitbucketServerTagsHandler
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.repository.svn.v2
Classes in com.atlassian.bamboo.repository.svn.v2 that implement IdentifyingExecutor Modifier and Type Class Description class
SvnBranchDetector
class
SvnChangeDetector
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.vcs.configuration.legacy
Classes in com.atlassian.bamboo.vcs.configuration.legacy that implement IdentifyingExecutor Modifier and Type Class Description class
LegacyBranchDetector
class
LegacyChangeDetector
-
Uses of IdentifyingExecutor in com.atlassian.bamboo.vcs.runtime
Classes in com.atlassian.bamboo.vcs.runtime with type parameters of type IdentifyingExecutor Modifier and Type Class Description class
ContextualVcsId<T extends IdentifyingExecutor<?>>
interface
IdentifyingExecutor<T extends IdentifyingExecutor<T>>
Subinterfaces of IdentifyingExecutor in com.atlassian.bamboo.vcs.runtime Modifier and Type Interface Description interface
CommitsIsolatingVcsChangeDetector
VcsChangeDetector
that can return commits one-by-one.interface
VcsBranchDetector
Executor responsible for branch detection.interface
VcsBuildWarningsUpdater
Executor responsible for updating a repository host with build warnings.interface
VcsChangeDetector
Executor responsible for finding changes in the repository.interface
VcsCommitCommenter
Executor responsible for leaving commit level comments.interface
VcsPullRequestDetector
Executor responsible for pull request detection.interface
VcsTagsHandler
For getting information about tags.
-