org.jvnet.hudson.plugins.thinbackup
Class ThinBackupPluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by org.jvnet.hudson.plugins.thinbackup.ThinBackupPluginImpl
All Implemented Interfaces:
hudson.model.Saveable

public class ThinBackupPluginImpl
extends hudson.Plugin


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ThinBackupPluginImpl()
           
 
Method Summary
 java.lang.String getBackupPath()
           
 java.lang.String getDiffBackupSchedule()
           
 java.lang.String getFullBackupSchedule()
           
static ThinBackupPluginImpl getInstance()
           
 java.lang.String getNrMaxStoredFull()
           
 boolean isCleanupDiff()
           
 void setBackupPath(java.lang.String backupPath)
           
 void setCleanupDiff(boolean cleanupDiff)
           
 void setDiffBackupSchedule(java.lang.String diffBackupSchedule)
           
 void setFullBackupSchedule(java.lang.String fullBackupSchedule)
           
 void setNrMaxStoredFull(java.lang.String nrMaxStoredFull)
           
 void start()
           
 
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
 

Constructor Detail

ThinBackupPluginImpl

public ThinBackupPluginImpl()
Method Detail

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.