| Modifier and Type | Class and Description |
|---|---|
class |
GitBranchDetector |
class |
GitChangeDetector |
class |
GitWorkingCopyManager |
| Modifier and Type | Class and Description |
|---|---|
class |
BitbucketServerBranchDetector |
class |
BitbucketServerChangeDetector |
class |
BitbucketServerWorkingCopyManager |
| Modifier and Type | Class and Description |
|---|---|
class |
SvnBranchDetector |
class |
SvnChangeDetector |
class |
SvnWorkingCopyManager |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyBranchDetector |
class |
LegacyChangeDetector |
class |
LegacyFixedDirectoryWorkingCopyManager |
class |
LegacyWorkingCopyManager |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextualVcsId<T extends IdentifyingExecutor> |
interface |
IdentifyingExecutor<T extends IdentifyingExecutor> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommitsIsolatingVcsChangeDetector
VcsChangeDetector that can return commits one-by-one. |
interface |
FixedDirectoryWorkingCopyManager
Deprecated.
since 5.14 the purpose of this interface is to support exotic repository types.
|
interface |
MergingVcsWorkingCopyManager
VcsWorkingCopyManager that can do merges. |
interface |
NoContextVcsWorkingCopyManager
Working copy manager capable of checking out without
CommonContext being provided. |
interface |
UpdatingVcsWorkingCopyManager
VcsWorkingCopyManager that can update source on vcs server. |
interface |
VcsBranchDetector
Executor responsible for branch detection.
|
interface |
VcsChangeDetector
Executor responsible for finding changes in the repository.
|
interface |
VcsWorkingCopyManager
Class that can manage working copy in any directory.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.