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 TypeClassDescriptionclassclassMethods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsWorkingCopyManagerModifier and TypeMethodDescriptionLegacyRepositoryModuleDescriptor.getModule()@NotNull VcsWorkingCopyManagerLegacyRepositoryModuleDescriptor.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 VcsWorkingCopyManagerVcsRepositoryModuleDescriptor.getWorkingCopyManager()@NotNull VcsWorkingCopyManagerVcsRepositoryModuleDescriptorImpl.getWorkingCopyManager() -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.runtime
Subinterfaces of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.runtimeModifier and TypeInterfaceDescriptioninterfaceDeprecated.since 5.14 the purpose of this interface is to support exotic repository types.interfaceVcsWorkingCopyManagerthat can do merges.interfaceWorking copy manager capable of checking out withoutCommonContextbeing provided.interfaceWorking copy manager that is capable of providing current working copy status.interfaceVcsWorkingCopyManagerthat can update source on vcs server.