Class BackupDownloadHelper
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.backup.BackupDownloadHelper
-
public class BackupDownloadHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description BackupDownloadHelper(BackupSettingsPersistor backupSettingsPersistor, WebAccessService webAccessService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLinkForFile(String relativeFileName)
void
updateDownloader()
-
-
-
Constructor Detail
-
BackupDownloadHelper
public BackupDownloadHelper(@NotNull BackupSettingsPersistor backupSettingsPersistor, @NotNull WebAccessService webAccessService)
-
-