Uses of Class
jetbrains.buildServer.vcs.impl.VcsRootImpl
-
Packages that use VcsRootImpl Package Description jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl jetbrains.vcs.api.impl -
-
Uses of VcsRootImpl in jetbrains.buildServer.serverSide.impl.auth
Subclasses of VcsRootImpl in jetbrains.buildServer.serverSide.impl.auth Modifier and Type Class Description class
SecuredVcsRoot
-
Uses of VcsRootImpl in jetbrains.buildServer.vcs
Subclasses of VcsRootImpl in jetbrains.buildServer.vcs Modifier and Type Class Description class
MockSVcsRoot
Deprecated.since 8.0, use VcsRootImpl if you need to construct VCS root in testsMethods in jetbrains.buildServer.vcs that return VcsRootImpl Modifier and Type Method Description protected abstract VcsRootImpl
AbstractCommitSupportTest. rootToTest()
Methods in jetbrains.buildServer.vcs with parameters of type VcsRootImpl Modifier and Type Method Description protected abstract String
AbstractCommitSupportTest. getCurrentRevision(VcsRootImpl root)
-
Uses of VcsRootImpl in jetbrains.buildServer.vcs.impl
Subclasses of VcsRootImpl in jetbrains.buildServer.vcs.impl Modifier and Type Class Description class
DeletedVcsRoot
class
InaccessibleVcsRoot
Created 23.08.13 15:24class
SVcsRootImpl
-
Uses of VcsRootImpl in jetbrains.vcs.api.impl
Subclasses of VcsRootImpl in jetbrains.vcs.api.impl Modifier and Type Class Description class
VcsServiceRoot
Created 24.10.12 14:34
-