Uses of Class
jetbrains.buildServer.serverSide.projectsImport.ArchiveFile
-
Packages that use ArchiveFile Package Description jetbrains.buildServer.controllers.admin.projectsImport jetbrains.buildServer.serverSide.projectsImport jetbrains.buildServer.serverSide.projectsImport.impl -
-
Uses of ArchiveFile in jetbrains.buildServer.controllers.admin.projectsImport
Methods in jetbrains.buildServer.controllers.admin.projectsImport that return ArchiveFile Modifier and Type Method Description ArchiveFileSelectArchiveStepBean. getArchiveWithPath(String path)ArchiveFileImportProgressStepBean. getImportedArchive()Methods in jetbrains.buildServer.controllers.admin.projectsImport that return types with arguments of type ArchiveFile Modifier and Type Method Description List<ArchiveFile>SelectArchiveStepBean. getAvailableArchives()Constructors in jetbrains.buildServer.controllers.admin.projectsImport with parameters of type ArchiveFile Constructor Description ImportProgressStepBean(ArchiveFile archiveFile, ProjectsImportProcess importProcess, ProjectManager projectManager) -
Uses of ArchiveFile in jetbrains.buildServer.serverSide.projectsImport
Methods in jetbrains.buildServer.serverSide.projectsImport that return ArchiveFile Modifier and Type Method Description ArchiveFileArchiveInfo. getFile()Methods in jetbrains.buildServer.serverSide.projectsImport that return types with arguments of type ArchiveFile Modifier and Type Method Description List<ArchiveFile>ProjectsImportManager. getAvailableArchives()Get archives that can be used to import projects.Methods in jetbrains.buildServer.serverSide.projectsImport with parameters of type ArchiveFile Modifier and Type Method Description ProjectsImportTaskProjectsImportManager. createTaskFrom(ArchiveFile archive)Create new Projects import task from the specified archive. -
Uses of ArchiveFile in jetbrains.buildServer.serverSide.projectsImport.impl
Methods in jetbrains.buildServer.serverSide.projectsImport.impl that return types with arguments of type ArchiveFile Modifier and Type Method Description List<ArchiveFile>ServerProjectsImportManager. getAvailableArchives()Methods in jetbrains.buildServer.serverSide.projectsImport.impl with parameters of type ArchiveFile Modifier and Type Method Description jetbrains.buildServer.serverSide.projectsImport.impl.ServerProjectsImportTaskServerProjectsImportManager. createTaskFrom(ArchiveFile archiveFile)
-