@Extension
public class ThinBackupMgmtLink
extends hudson.model.ManagementLink
| Constructor and Description |
|---|
ThinBackupMgmtLink() |
| Modifier and Type | Method and Description |
|---|---|
void |
doBackupManual(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp) |
void |
doRestore(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp,
String restoreBackupFrom,
String restoreNextBuildNumber,
String restorePlugins) |
void |
doSaveSettings(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp,
String backupPath,
String fullBackupSchedule,
String diffBackupSchedule,
String nrMaxStoredFull,
String excludedFilesRegex,
boolean moveOldBackupsToZipFile,
boolean cleanupDiff,
boolean backupBuildResults,
boolean backupBuildArchive,
boolean backupBuildsToKeepOnly,
boolean backupUserContents,
boolean backupNextBuildNumber,
boolean backupPluginArchives,
boolean backupAdditionalFiles,
String backupAdditionalFilesRegex,
boolean waitForIdle,
String forceQuietModeTimeout) |
List<String> |
getAvailableBackups() |
ThinBackupPluginImpl |
getConfiguration() |
String |
getDescription() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public String getDisplayName()
public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.model.ManagementLinkpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.model.ManagementLinkpublic String getDescription()
getDescription in class hudson.model.ManagementLinkpublic void doBackupManual(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionpublic void doRestore(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter(value="restoreBackupFrom")
String restoreBackupFrom,
@QueryParameter(value="restoreNextBuildNumber")
String restoreNextBuildNumber,
@QueryParameter(value="restorePlugins")
String restorePlugins)
throws IOException
IOExceptionpublic void doSaveSettings(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter(value="backupPath")
String backupPath,
@QueryParameter(value="fullBackupSchedule")
String fullBackupSchedule,
@QueryParameter(value="diffBackupSchedule")
String diffBackupSchedule,
@QueryParameter(value="nrMaxStoredFull")
String nrMaxStoredFull,
@QueryParameter(value="excludedFilesRegex")
String excludedFilesRegex,
@QueryParameter(value="moveOldBackupsToZipFile")
boolean moveOldBackupsToZipFile,
@QueryParameter(value="cleanupDiff")
boolean cleanupDiff,
@QueryParameter(value="backupBuildResults")
boolean backupBuildResults,
@QueryParameter(value="backupBuildArchive")
boolean backupBuildArchive,
@QueryParameter(value="backupBuildsToKeepOnly")
boolean backupBuildsToKeepOnly,
@QueryParameter(value="backupUserContents")
boolean backupUserContents,
@QueryParameter(value="backupNextBuildNumber")
boolean backupNextBuildNumber,
@QueryParameter(value="backupPluginArchives")
boolean backupPluginArchives,
@QueryParameter(value="backupAdditionalFiles")
boolean backupAdditionalFiles,
@QueryParameter(value="backupAdditionalFilesRegex")
String backupAdditionalFilesRegex,
@QueryParameter(value="waitForIdle")
boolean waitForIdle,
@QueryParameter(value="forceQuietModeTimeout")
String forceQuietModeTimeout)
throws IOException
IOExceptionpublic ThinBackupPluginImpl getConfiguration()
Copyright © 2016. All rights reserved.