Uses of Class
jetbrains.buildServer.serverSide.identifiers.VcsRootIdentifiersManagerImpl
-
-
Uses of VcsRootIdentifiersManagerImpl in jetbrains.buildServer.serverSide.projectsImport
Methods in jetbrains.buildServer.serverSide.projectsImport that return VcsRootIdentifiersManagerImpl Modifier and Type Method Description VcsRootIdentifiersManagerImpl
ProjectsImportServiceProvider. getVcsRootIdentifiersManager()
-
Uses of VcsRootIdentifiersManagerImpl in jetbrains.buildServer.serverSide.projectsImport.conflicts
Constructors in jetbrains.buildServer.serverSide.projectsImport.conflicts with parameters of type VcsRootIdentifiersManagerImpl Constructor Description ProjectsConflictsCalculator(ImportedConfigsModel importedModel, ProjectManager projectManager, ProjectIdentifiersManagerImpl projectsIdsManager, VcsRootIdentifiersManagerImpl vcsRootIdsManager, BuildTypeIdentifiersManagerImpl buildTypeIdsManager)
-
Uses of VcsRootIdentifiersManagerImpl in jetbrains.buildServer.serverSide.projectsImport.impl
Methods in jetbrains.buildServer.serverSide.projectsImport.impl that return VcsRootIdentifiersManagerImpl Modifier and Type Method Description VcsRootIdentifiersManagerImpl
ServerProjectsImportManager. getVcsRootIdentifiersManager()
Constructors in jetbrains.buildServer.serverSide.projectsImport.impl with parameters of type VcsRootIdentifiersManagerImpl Constructor Description ServerProjectsImportManager(EventDispatcher<ProjectsImportListener> eventDispatcher, ZipFactory zipFactory, SecurityContextEx securityContext, DBFunctionsProvider db, NumericIdSequences idSequences, ProjectIdProvider projectIdProvider, ServerPaths serverPaths, ExecutorServices executorServices, ProjectPersistingHandler projectPersistingHandler, ProjectsLoader projectsLoader, AuditLogFactory auditLogFactory, SQLDialect dialect, ProjectIdentifiersManagerImpl projectIdentifiersManager, BuildTypeIdentifiersManagerImpl buildTypeIdentifiersManager, VcsRootIdentifiersManagerImpl vcsRootIdentifiersManager, ProjectManagerEx projectManager, UserModel userModel, UserGroupManager userGroupManager, EncryptionManager encryptionManager, ProjectImportSettings settings)
-