Class CurrentProjectsImport
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.projectsImport.CurrentProjectsImport
-
public class CurrentProjectsImport extends Object
Only one Projects Import is allowed at one moment. This class represents current import process.- Author:
- Dmitry Treskunov
-
-
Constructor Summary
Constructors Constructor Description CurrentProjectsImport(ProjectManager projectManager, ProjectsImportManager projectsImporter, MaintenanceLock maintenanceLock)
-
-
-
Constructor Detail
-
CurrentProjectsImport
public CurrentProjectsImport(@NotNull ProjectManager projectManager, @NotNull ProjectsImportManager projectsImporter, @NotNull MaintenanceLock maintenanceLock)
-
-