Uses of Interface
jetbrains.buildServer.vcs.VcsRootsManager
-
Packages that use VcsRootsManager Package Description jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.serverSide.impl.versionedSettings jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of VcsRootsManager in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement VcsRootsManager Modifier and Type Class Description class
SecuredVcsManager
-
Uses of VcsRootsManager in jetbrains.buildServer.serverSide.impl.versionedSettings
Constructors in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type VcsRootsManager Constructor Description TeamCityCommitsImpl(EventDispatcher<VersionedSettingsConfigListener> versionedSettingsConfigEvents, VcsRootsManager vcsRootsManager, VcsRootInstancesManagerEx vcsRootInstancesManager, VersionedSettingsManager versionedSettingsManager)
VersionedSettingsManagerImpl(ProjectManager projectManager, VersionedSettingsConfigStorage rootIdStorage, EventDispatcher<ConfigActionsServerListener> configEvents, VcsRootInstancesManagerEx vcsRootsManager, VcsRootsManager parentRootManager, VersionedSettingsOptions options, ProjectSettingsGeneratorRegistry generators, ZipFactory zipFactory, ConfigActionFactoryEx configActionFactory, VersionedSettingsStatusTracker versionedSettingsStatusTracker, VersionedSettingsDBVersion versionedSettingsDBVersion, VersionedSettingsOptionsEx versionedSettingsOptions)
-
Uses of VcsRootsManager in jetbrains.buildServer.vcs
Subinterfaces of VcsRootsManager in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
VcsManager
A basic starting point for various VCS - related operations, including, but not limited to: VcsSupport management (add your VCS support here!) Obtain file contents Create/Edit VCS root, check its status Find committers between particular buildsinterface
VcsManagerEx
interface
VcsRootsManagerEx
Created 21.08.13 19:27 -
Uses of VcsRootsManager in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsRootsManager Modifier and Type Class Description class
VcsManagerImpl
class
VcsRootsManagerImpl
-