Uses of Class
jetbrains.buildServer.serverSide.identifiers.ProjectIdentifiersManagerImpl
-
-
Uses of ProjectIdentifiersManagerImpl in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type ProjectIdentifiersManagerImpl Modifier and Type Method Description void
ProjectFactoryImpl. setProjectIdentifiersManager(ProjectIdentifiersManagerImpl projectManager)
-
Uses of ProjectIdentifiersManagerImpl in jetbrains.buildServer.serverSide.projectsImport
Methods in jetbrains.buildServer.serverSide.projectsImport that return ProjectIdentifiersManagerImpl Modifier and Type Method Description ProjectIdentifiersManagerImpl
ProjectsImportServiceProvider. getProjectsIdentifierManager()
-
Uses of ProjectIdentifiersManagerImpl in jetbrains.buildServer.serverSide.projectsImport.conflicts
Constructors in jetbrains.buildServer.serverSide.projectsImport.conflicts with parameters of type ProjectIdentifiersManagerImpl Constructor Description ProjectsConflictsCalculator(ImportedConfigsModel importedModel, ProjectManager projectManager, ProjectIdentifiersManagerImpl projectsIdsManager, VcsRootIdentifiersManagerImpl vcsRootIdsManager, BuildTypeIdentifiersManagerImpl buildTypeIdsManager)
-
Uses of ProjectIdentifiersManagerImpl in jetbrains.buildServer.serverSide.projectsImport.impl
Methods in jetbrains.buildServer.serverSide.projectsImport.impl that return ProjectIdentifiersManagerImpl Modifier and Type Method Description ProjectIdentifiersManagerImpl
ServerProjectsImportManager. getProjectsIdentifierManager()
Constructors in jetbrains.buildServer.serverSide.projectsImport.impl with parameters of type ProjectIdentifiersManagerImpl 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)
-