public interface BackupScheduler
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disable automated backups.
|
void |
enable()
Enable automated backups.
|
boolean |
isEnabled()
Return whether automated backup is enabled
|
void |
reschedule(BackupConfiguration backupConfiguration)
Reschedules automated backups job by given configuration
|
boolean isEnabled()
void enable()
throws ScheduledBackupException
ScheduledBackupException - if there was a problem scheduling the automated backup jobvoid disable()
throws ScheduledBackupException
ScheduledBackupException - if there was a problem scheduling the automated backup jobvoid reschedule(BackupConfiguration backupConfiguration) throws ScheduledBackupException
backupConfiguration - Backup configuration used to rescheduled jobScheduledBackupException - if there was a problem rescheduling the automated backup jobCopyright © 2022 Atlassian. All rights reserved.