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(java.lang.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, java.util.Date date, hudson.model.ItemGroup<hudson.model.TopLevelItem> hudson)
          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 java.util.List<java.io.File> Utils.getBackupTypeDirectories(java.io.File parentDir, ThinBackupPeriodicWork.BackupType backupType)
           
static java.io.File Utils.getFormattedDirectory(java.io.File parent, ThinBackupPeriodicWork.BackupType backupType, java.util.Date date)
           
 



Copyright © 2004-2013. All Rights Reserved.