Package jetbrains.buildServer.vcs
Interface VcsRootFactory
-
- All Known Implementing Classes:
SecuredVcsRootFactory
,VcsRootFactoryImpl
public interface VcsRootFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVcsRootEx
createDummyVcsRoot(String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject)
SVcsRootImpl
createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid)
-