Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsWorkingCopyManager
-
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsWorkingCopyManager Modifier and Type Class Description class
BitbucketCloudWorkingCopyManager
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.git.v2
Classes in com.atlassian.bamboo.plugins.git.v2 that implement VcsWorkingCopyManager Modifier and Type Class Description class
GitWorkingCopyManager
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement VcsWorkingCopyManager Modifier and Type Class Description class
GitHubWorkingCopyManager
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.stash.v2
Classes in com.atlassian.bamboo.plugins.stash.v2 that implement VcsWorkingCopyManager Modifier and Type Class Description class
BitbucketServerWorkingCopyManager
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.repository.svn.v2
Classes in com.atlassian.bamboo.repository.svn.v2 that implement VcsWorkingCopyManager Modifier and Type Class Description class
SvnWorkingCopyManager
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.configuration.legacy
Classes in com.atlassian.bamboo.vcs.configuration.legacy that implement VcsWorkingCopyManager Modifier and Type Class Description class
LegacyFixedDirectoryWorkingCopyManager
class
LegacyWorkingCopyManager
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsWorkingCopyManager Modifier and Type Method Description VcsWorkingCopyManager
LegacyRepositoryModuleDescriptor. getModule()
@NotNull VcsWorkingCopyManager
LegacyRepositoryModuleDescriptor. getWorkingCopyManager()
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type VcsWorkingCopyManager Modifier and Type Method Description Class<VcsWorkingCopyManager>
LegacyRepositoryModuleDescriptor. getModuleClass()
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsWorkingCopyManager Modifier and Type Method Description @NotNull VcsWorkingCopyManager
VcsRepositoryModuleDescriptor. getWorkingCopyManager()
@NotNull VcsWorkingCopyManager
VcsRepositoryModuleDescriptorImpl. getWorkingCopyManager()
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.runtime
Subinterfaces of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.runtime Modifier and Type Interface Description 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 withoutCommonContext
being provided.interface
StatusProvidingVcsWorkingCopyManager
Working copy manager that is capable of providing current working copy status.interface
UpdatingVcsWorkingCopyManager
VcsWorkingCopyManager
that can update source on vcs server.
-