| Package | Description |
|---|---|
| org.jvnet.hudson.plugins.thinbackup | |
| org.jvnet.hudson.plugins.thinbackup.backup | |
| org.jvnet.hudson.plugins.thinbackup.utils |
| Modifier and Type | Method and Description |
|---|---|
static ThinBackupPeriodicWork.BackupType |
ThinBackupPeriodicWork.BackupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThinBackupPeriodicWork.BackupType[] |
ThinBackupPeriodicWork.BackupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ThinBackupPeriodicWork.backupNow(ThinBackupPeriodicWork.BackupType type) |
| Constructor and Description |
|---|
HudsonBackup(ThinBackupPluginImpl plugin,
ThinBackupPeriodicWork.BackupType backupType) |
HudsonBackup(ThinBackupPluginImpl plugin,
ThinBackupPeriodicWork.BackupType backupType,
Date date,
hudson.model.ItemGroup<hudson.model.TopLevelItem> hudson)
package visible constructor for unit testing purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
Utils.getBackupTypeDirectories(File parentDir,
ThinBackupPeriodicWork.BackupType backupType) |
static File |
Utils.getFormattedDirectory(File parent,
ThinBackupPeriodicWork.BackupType backupType,
Date date) |
Copyright © 2004-2013. All Rights Reserved.