Class BackupAbstractTab
- java.lang.Object
-
- jetbrains.buildServer.web.openapi.SimplePageExtension
-
- jetbrains.buildServer.web.openapi.SimpleCustomTab
-
- jetbrains.buildServer.controllers.admin.backup.BackupAbstractTab
-
- All Implemented Interfaces:
CustomTab
,ExtensionAvailability
,PageExtension
- Direct Known Subclasses:
BackupHistoryTab
,BackupRunTab
public abstract class BackupAbstractTab extends SimpleCustomTab
-
-
Field Summary
Fields Modifier and Type Field Description protected BackupSettingsPersistor
myBackupSettingsPersistor
protected SQLRunnerEx
myDBFacade
protected BackupDownloadHelper
myDownloadHelper
-
Fields inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
myCssPaths, myJsPaths, myPagePlaces
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BackupAbstractTab(PagePlaces pagePlaces, String subPageName, String title, BackupSettingsPersistor backupSettingsPersistor, MaintenanceLock maintenanceLock, BackupProcessManager backupProcessManager, SQLRunnerEx dbFacade, BackupDownloadHelper downloadHelper, VcsChangesMigrator8to9 vcsChangesMigrator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doGetCurrent(Map<String,Object> model)
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimpleCustomTab
getTabId, getTabTitle, getTabTitle, isVisible, setTabTitle
-
Methods inherited from class jetbrains.buildServer.web.openapi.SimplePageExtension
addCssFile, addJsFile, fillModel, getCssPaths, getIncludeUrl, getJsPaths, getPlaceId, getPluginName, isAvailable, isGet, isPost, register, setIncludeUrl, setPlaceId, setPluginName, setPosition, toString, unregister
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.web.openapi.ExtensionAvailability
isAvailable
-
Methods inherited from interface jetbrains.buildServer.web.openapi.PageExtension
getCssPaths, getDisplayName, getIncludeUrl, getJsPaths, getPluginName, isAvailable
-
-
-
-
Field Detail
-
myBackupSettingsPersistor
@NotNull protected final BackupSettingsPersistor myBackupSettingsPersistor
-
myDBFacade
@NotNull protected final SQLRunnerEx myDBFacade
-
myDownloadHelper
@NotNull protected final BackupDownloadHelper myDownloadHelper
-
-
Constructor Detail
-
BackupAbstractTab
protected BackupAbstractTab(@NotNull PagePlaces pagePlaces, @NotNull String subPageName, @NotNull String title, @NotNull BackupSettingsPersistor backupSettingsPersistor, @NotNull MaintenanceLock maintenanceLock, @NotNull BackupProcessManager backupProcessManager, @NotNull SQLRunnerEx dbFacade, @NotNull BackupDownloadHelper downloadHelper, @NotNull VcsChangesMigrator8to9 vcsChangesMigrator)
-
-