Uses of Class
org.jvnet.hudson.plugins.thinbackup.ThinBackupPeriodicWork.BackupType

Packages that use ThinBackupPeriodicWork.BackupType
org.jvnet.hudson.plugins.thinbackup   
org.jvnet.hudson.plugins.thinbackup.backup   
org.jvnet.hudson.plugins.thinbackup.utils   
 

Uses of ThinBackupPeriodicWork.BackupType in org.jvnet.hudson.plugins.thinbackup
 

Methods in org.jvnet.hudson.plugins.thinbackup that return ThinBackupPeriodicWork.BackupType
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.
 

Methods in org.jvnet.hudson.plugins.thinbackup with parameters of type ThinBackupPeriodicWork.BackupType
protected  void ThinBackupPeriodicWork.backupNow(ThinBackupPeriodicWork.BackupType type)
           
 

Uses of ThinBackupPeriodicWork.BackupType in org.jvnet.hudson.plugins.thinbackup.backup
 

Constructors in org.jvnet.hudson.plugins.thinbackup.backup with parameters of type ThinBackupPeriodicWork.BackupType
HudsonBackup(ThinBackupPluginImpl plugin, ThinBackupPeriodicWork.BackupType backupType)
           
HudsonBackup(ThinBackupPluginImpl plugin, ThinBackupPeriodicWork.BackupType backupType, Date date)
          package visible constructor for unit testing purposes only.
 

Uses of ThinBackupPeriodicWork.BackupType in org.jvnet.hudson.plugins.thinbackup.utils
 

Methods in org.jvnet.hudson.plugins.thinbackup.utils with parameters of type ThinBackupPeriodicWork.BackupType
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.