Class BackupJob
- java.lang.Object
-
- com.atlassian.confluence.importexport.impl.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.
-
-
Constructor Summary
Constructors Constructor Description BackupJob(ImportExportManager importExportManager, SettingsManager settingsManager)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
Deprecated.
-
-
-
Constructor Detail
-
BackupJob
public BackupJob(ImportExportManager importExportManager, SettingsManager settingsManager)
Deprecated.
-
-