Uses of Class
jetbrains.buildServer.vcs.impl.SVcsRootImpl
-
Packages that use SVcsRootImpl Package Description jetbrains jetbrains.buildServer jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of SVcsRootImpl in jetbrains
Methods in jetbrains that return SVcsRootImpl Modifier and Type Method Description static SVcsRootImplVcsFixtureUtil. addNewVcsRoot(String vcsName, String checkoutRoot, SBuildType buildType, BuildServerImpl server)static SVcsRootImplVcsFixtureUtil. addNewVcsRoot(String vcsName, CheckoutRules rules, SBuildType buildType, BuildServerImpl server)static SVcsRootImplVcsFixtureUtil. addNewVcsRoot(String vcsName, CheckoutRules rules, SBuildType buildType, BuildServerImpl server, String vcsRootName)SVcsRootImplBuildServerCreator. addVcsRoot(String vcsName, String checkoutRoot)SVcsRootImplBuildServerCreator. addVcsRoot(String vcsName, String checkoutRoot, SBuildType buildType)SVcsRootImplBuildServerCreator. addVcsRoot(String vcsName, CheckoutRules checkoutRules)SVcsRootImplBuildServerCreator. addVcsRoot(String vcsName, CheckoutRules rules, SBuildType buildType) -
Uses of SVcsRootImpl in jetbrains.buildServer
Methods in jetbrains.buildServer that return SVcsRootImpl Modifier and Type Method Description SVcsRootImplVcsTestEnvironment. addVcsRoot(SBuildType type) -
Uses of SVcsRootImpl in jetbrains.buildServer.serverSide.impl.auth
Subclasses of SVcsRootImpl in jetbrains.buildServer.serverSide.impl.auth Modifier and Type Class Description classSecuredVcsRootMethods in jetbrains.buildServer.serverSide.impl.auth that return SVcsRootImpl Modifier and Type Method Description SVcsRootImplSecuredVcsRootFactory. createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid) -
Uses of SVcsRootImpl in jetbrains.buildServer.vcs
Subclasses of SVcsRootImpl in jetbrains.buildServer.vcs Modifier and Type Class Description classMockSVcsRootDeprecated.since 8.0, use VcsRootImpl if you need to construct VCS root in testsMethods in jetbrains.buildServer.vcs that return SVcsRootImpl Modifier and Type Method Description SVcsRootImplVcsRootFactory. createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid) -
Uses of SVcsRootImpl in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return SVcsRootImpl Modifier and Type Method Description SVcsRootImplVcsRootFactoryImpl. createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid)
-