Class BackupJob

  • All Implemented Interfaces:
    com.atlassian.scheduler.JobRunner

    @Deprecated
    public class BackupJob
    extends Object
    implements com.atlassian.scheduler.JobRunner
    Deprecated.
    since 7.17.0. Will be moved to another package in the future.
    Runs the daily backup job. The cleanup job removes anything that is older than a day in the temp directory.
    • Method Detail

      • runJob

        public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob​(com.atlassian.scheduler.JobRunnerRequest request)
        Deprecated.
        Specified by:
        runJob in interface com.atlassian.scheduler.JobRunner