org.jvnet.hudson.plugins.thinbackup
Class ThinBackupPluginImpl
java.lang.Object
hudson.Plugin
org.jvnet.hudson.plugins.thinbackup.ThinBackupPluginImpl
- All Implemented Interfaces:
- hudson.model.Saveable
public class ThinBackupPluginImpl
- extends hudson.Plugin
| Nested classes/interfaces inherited from class hudson.Plugin |
hudson.Plugin.DummyImpl |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.Plugin |
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThinBackupPluginImpl
public ThinBackupPluginImpl()
start
public void start()
throws java.lang.Exception
- Overrides:
start in class hudson.Plugin
- Throws:
java.lang.Exception
getInstance
public static ThinBackupPluginImpl getInstance()
setBackupPath
public void setBackupPath(java.lang.String backupPath)
getBackupPath
public java.lang.String getBackupPath()
setFullBackupSchedule
public void setFullBackupSchedule(java.lang.String fullBackupSchedule)
getFullBackupSchedule
public java.lang.String getFullBackupSchedule()
setDiffBackupSchedule
public void setDiffBackupSchedule(java.lang.String diffBackupSchedule)
getDiffBackupSchedule
public java.lang.String getDiffBackupSchedule()
setCleanupDiff
public void setCleanupDiff(boolean cleanupDiff)
isCleanupDiff
public boolean isCleanupDiff()
setNrMaxStoredFull
public void setNrMaxStoredFull(java.lang.String nrMaxStoredFull)
getNrMaxStoredFull
public java.lang.String getNrMaxStoredFull()
Copyright © 2011 Borland (a Microfocus Company). All Rights Reserved.