org.jvnet.hudson.plugins.thinbackup.backup
Class HudsonBackup
java.lang.Object
org.jvnet.hudson.plugins.thinbackup.backup.HudsonBackup
public class HudsonBackup
- extends Object
|
Nested Class Summary |
static class |
HudsonBackup.ZipperThread
Zipping the old backups is done in a thread so the rest of Hudson/Jenkins is not blocked. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUILDS_DIR_NAME
public static final String BUILDS_DIR_NAME
- See Also:
- Constant Field Values
CONFIGURATIONS_DIR_NAME
public static final String CONFIGURATIONS_DIR_NAME
- See Also:
- Constant Field Values
JOBS_DIR_NAME
public static final String JOBS_DIR_NAME
- See Also:
- Constant Field Values
USERS_DIR_NAME
public static final String USERS_DIR_NAME
- See Also:
- Constant Field Values
ARCHIVE_DIR_NAME
public static final String ARCHIVE_DIR_NAME
- See Also:
- Constant Field Values
USERSCONTENTS_DIR_NAME
public static final String USERSCONTENTS_DIR_NAME
- See Also:
- Constant Field Values
NEXT_BUILD_NUMBER_FILE_NAME
public static final String NEXT_BUILD_NUMBER_FILE_NAME
- See Also:
- Constant Field Values
CONFIG_XML
public static final String CONFIG_XML
- See Also:
- Constant Field Values
XML_FILE_EXTENSION
public static final String XML_FILE_EXTENSION
- See Also:
- Constant Field Values
ZIP_FILE_EXTENSION
public static final String ZIP_FILE_EXTENSION
- See Also:
- Constant Field Values
INSTALLED_PLUGINS_XML
public static final String INSTALLED_PLUGINS_XML
- See Also:
- Constant Field Values
CHANGELOG_HISTORY_PLUGIN_DIR_NAME
public static final String CHANGELOG_HISTORY_PLUGIN_DIR_NAME
- See Also:
- Constant Field Values
HudsonBackup
public HudsonBackup(ThinBackupPluginImpl plugin,
ThinBackupPeriodicWork.BackupType backupType)
HudsonBackup
protected HudsonBackup(ThinBackupPluginImpl plugin,
ThinBackupPeriodicWork.BackupType backupType,
Date date)
- package visible constructor for unit testing purposes only.
backup
public void backup()
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.