Interface BackupScheduler

All Known Implementing Classes:
AtlassianSchedulerBackupScheduler

public interface BackupScheduler
Service to handle the scheduling of automated backup.
Since:
v2.7
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disable automated backups.
    void
    Enable automated backups.
    boolean
    Return whether automated backup is enabled
    void
    reschedule(BackupConfiguration backupConfiguration)
    Reschedules automated backups job by given configuration
  • Method Details