Class SelectArchiveStepBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.projectsImport.SelectArchiveStepBean
-
public class SelectArchiveStepBean extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectArchiveStepBean(ProjectsImportManager projectsImportManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArchivesDirectory()
ArchiveFile
getArchiveWithPath(String path)
List<ArchiveFile>
getAvailableArchives()
-
-
-
Constructor Detail
-
SelectArchiveStepBean
public SelectArchiveStepBean(ProjectsImportManager projectsImportManager)
-
-
Method Detail
-
getAvailableArchives
public List<ArchiveFile> getAvailableArchives()
-
getArchiveWithPath
@NotNull public ArchiveFile getArchiveWithPath(String path)
-
getArchivesDirectory
@NotNull public String getArchivesDirectory()
-
-