Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsWorkingCopyManager
Packages that use VcsWorkingCopyManager
Package
Description
-
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsWorkingCopyManager -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.git.v2
Classes in com.atlassian.bamboo.plugins.git.v2 that implement VcsWorkingCopyManager -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement VcsWorkingCopyManager -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.stash.v2
Classes in com.atlassian.bamboo.plugins.stash.v2 that implement VcsWorkingCopyManager -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.repository.svn.v2
Classes in com.atlassian.bamboo.repository.svn.v2 that implement VcsWorkingCopyManager -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.configuration.legacy
Classes in com.atlassian.bamboo.vcs.configuration.legacy that implement VcsWorkingCopyManagerModifier and TypeClassDescriptionclass
class
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsWorkingCopyManagerModifier and TypeMethodDescriptionLegacyRepositoryModuleDescriptor.getModule()
@NotNull VcsWorkingCopyManager
LegacyRepositoryModuleDescriptor.getWorkingCopyManager()
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type VcsWorkingCopyManager -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsWorkingCopyManagerModifier and TypeMethodDescription@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.runtimeModifier and TypeInterfaceDescriptioninterface
Deprecated.since 5.14 the purpose of this interface is to support exotic repository types.interface
VcsWorkingCopyManager
that can do merges.interface
Working copy manager capable of checking out withoutCommonContext
being provided.interface
Working copy manager that is capable of providing current working copy status.interface
VcsWorkingCopyManager
that can update source on vcs server.