Uses of Enum Class
backupmanager.schedule.BackupResult.RESULT
-
Uses of BackupResult.RESULT in backupmanager.schedule
Modifier and TypeMethodDescriptionBackupResult.getResult()
static BackupResult.RESULT
Returns the enum constant of this class with the specified name.static BackupResult.RESULT[]
BackupResult.RESULT.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBackupResult
(Integer dbIndex, String backupSchedule, Long startTime, Long endTime, BackupResult.RESULT result, String detail)