Uses of Enum Class
org.jvnet.hudson.plugins.thinbackup.ThinBackupPeriodicWork.BackupType
Packages that use ThinBackupPeriodicWork.BackupType
Package
Description
-
Uses of ThinBackupPeriodicWork.BackupType in org.jvnet.hudson.plugins.thinbackup
Methods in org.jvnet.hudson.plugins.thinbackup that return ThinBackupPeriodicWork.BackupTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ThinBackupPeriodicWork.BackupType[]
ThinBackupPeriodicWork.BackupType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jvnet.hudson.plugins.thinbackup with parameters of type ThinBackupPeriodicWork.BackupTypeModifier and TypeMethodDescriptionprotected 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.BackupTypeModifierConstructorDescriptionHudsonBackup
(ThinBackupPluginImpl plugin, ThinBackupPeriodicWork.BackupType backupType) HudsonBackup
(ThinBackupPluginImpl plugin, ThinBackupPeriodicWork.BackupType backupType, Date date, ItemGroup<TopLevelItem> hudson) -
Uses of ThinBackupPeriodicWork.BackupType in org.jvnet.hudson.plugins.thinbackup.utils
Methods in org.jvnet.hudson.plugins.thinbackup.utils with parameters of type ThinBackupPeriodicWork.BackupTypeModifier and TypeMethodDescriptionUtils.getBackupTypeDirectories
(File parentDir, ThinBackupPeriodicWork.BackupType backupType) static File
Utils.getFormattedDirectory
(File parent, ThinBackupPeriodicWork.BackupType backupType, Date date)