Class SecuredVcsRootFactory
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.VcsRootFactoryImpl
-
- jetbrains.buildServer.serverSide.impl.auth.SecuredVcsRootFactory
-
- All Implemented Interfaces:
VcsRootFactory
public class SecuredVcsRootFactory extends VcsRootFactoryImpl
-
-
Constructor Summary
Constructors Constructor Description SecuredVcsRootFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVcsRootImpl
createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid)
-
Methods inherited from class jetbrains.buildServer.vcs.impl.VcsRootFactoryImpl
createDummyVcsRoot, getContext, getProjectManager, setContext, setProjectManager
-
-
-
-
Method Detail
-
createVcsRoot
@NotNull public SVcsRootImpl createVcsRoot(@NotNull EntityId<Long> id, @NotNull String name, @NotNull String vcsName, @NotNull Map<String,String> parameters, @NotNull ProjectEx ownerProject, boolean emptyUuid)
- Specified by:
createVcsRoot
in interfaceVcsRootFactory
- Overrides:
createVcsRoot
in classVcsRootFactoryImpl
-
-