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 classBitbucketCloudWorkingCopyManager -
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 classGitWorkingCopyManager -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement VcsWorkingCopyManager Modifier and Type Class Description classGitHubWorkingCopyManager -
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 classBitbucketServerWorkingCopyManager -
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 classSvnWorkingCopyManager -
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 classLegacyFixedDirectoryWorkingCopyManagerclassLegacyWorkingCopyManagerMethods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsWorkingCopyManager Modifier and Type Method Description VcsWorkingCopyManagerLegacyRepositoryModuleDescriptor. getModule()@NotNull VcsWorkingCopyManagerLegacyRepositoryModuleDescriptor. 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 VcsWorkingCopyManagerVcsRepositoryModuleDescriptor. getWorkingCopyManager()@NotNull VcsWorkingCopyManagerVcsRepositoryModuleDescriptorImpl. getWorkingCopyManager() -
Uses of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.runtime
Subinterfaces of VcsWorkingCopyManager in com.atlassian.bamboo.vcs.runtime Modifier and Type Interface Description interfaceFixedDirectoryWorkingCopyManagerDeprecated.since 5.14 the purpose of this interface is to support exotic repository types.interfaceMergingVcsWorkingCopyManagerVcsWorkingCopyManagerthat can do merges.interfaceNoContextVcsWorkingCopyManagerWorking copy manager capable of checking out withoutCommonContextbeing provided.interfaceStatusProvidingVcsWorkingCopyManagerWorking copy manager that is capable of providing current working copy status.interfaceUpdatingVcsWorkingCopyManagerVcsWorkingCopyManagerthat can update source on vcs server.
-