Uses of Interface
jetbrains.buildServer.vcs.VcsContentManager
-
Packages that use VcsContentManager Package Description jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of VcsContentManager in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement VcsContentManager Modifier and Type Class Description class
SecuredVcsManager
-
Uses of VcsContentManager in jetbrains.buildServer.vcs
Subinterfaces of VcsContentManager in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
VcsContentManagerEx
Created 20.08.13 12:14interface
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
-
Uses of VcsContentManager in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsContentManager Modifier and Type Class Description class
VcsContentManagerImpl
class
VcsManagerImpl
-