Uses of Class
com.atlassian.confluence.backuprestore.BackupRestoreJob
-
-
Uses of BackupRestoreJob in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return BackupRestoreJob Modifier and Type Method Description BackupRestoreJobBackupRestoreManager. cancelJob(Long jobId)Cancels the job.BackupRestoreJobBackupRestoreManager. getJob(Long id)Get job by id.BackupRestoreJobBackupRestoreManager. startSiteBackup(BackupRestoreSettings siteBackupSettings)Starts the new site backup job if possible.BackupRestoreJobBackupRestoreManager. startSiteRestore(BackupRestoreSettings siteRestoreSettings)Starts the new site restore job if possible.BackupRestoreJobBackupRestoreManager. startSpaceBackup(BackupRestoreSettings spaceBackupSettings)Adds the new space backup job to the queue.BackupRestoreJobBackupRestoreManager. startSpaceRestore(BackupRestoreSettings spaceRestoreSettings)Adds the new space restore job to the queue.Methods in com.atlassian.confluence.backuprestore that return types with arguments of type BackupRestoreJob Modifier and Type Method Description Collection<BackupRestoreJob>BackupRestoreManager. findJobs(BackupRestoreJobsSearchFilter backupRestoreJobsSearchFilter, int limit)Returns jobs based on the filter provided. -
Uses of BackupRestoreJob in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that return BackupRestoreJob Modifier and Type Method Description BackupRestoreJobConfluenceBackupRestoreManager. cancelJob(Long jobId)Cancels the job.BackupRestoreJobConfluenceBackupRestoreManager. getJob(Long jobId)Get job by id.BackupRestoreJobConfluenceBackupRestoreManager. startSiteBackup(BackupRestoreSettings siteBackupSettings)Starts the new site backup job if possible.BackupRestoreJobConfluenceBackupRestoreManager. startSiteRestore(BackupRestoreSettings siteRestoreSettings)Starts the new site restore job if possible.BackupRestoreJobConfluenceBackupRestoreManager. startSpaceBackup(BackupRestoreSettings spaceBackupSettings)Adds the new space backup job to the queue.BackupRestoreJobConfluenceBackupRestoreManager. startSpaceRestore(BackupRestoreSettings spaceRestoreSettings)Adds the new space restore job to the queue.Methods in com.atlassian.confluence.impl.backuprestore that return types with arguments of type BackupRestoreJob Modifier and Type Method Description Collection<BackupRestoreJob>ConfluenceBackupRestoreManager. findJobs(BackupRestoreJobsSearchFilter backupRestoreJobsSearchFilter, int limit)Returns jobs based on the filter provided.Constructors in com.atlassian.confluence.impl.backuprestore with parameters of type BackupRestoreJob Constructor Description ParallelTasksExecutor(BackupRestoreJob job, int threadsNumber) -
Uses of BackupRestoreJob in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type BackupRestoreJob Modifier and Type Method Description abstract BackupRestoreJobResultAbstractBackupService. doBackupSynchronously(BackupRestoreJob job)Run the backup process synchronously.BackupRestoreJobResultSiteBackupService. doBackupSynchronously(BackupRestoreJob job)Run the backup process synchronously.BackupRestoreJobResultSpaceBackupService. doBackupSynchronously(BackupRestoreJob job)Run the backup process synchronously.protected voidAbstractBackupService. validateBackupJob(BackupRestoreJob job) -
Uses of BackupRestoreJob in com.atlassian.confluence.impl.backuprestore.restore
Methods in com.atlassian.confluence.impl.backuprestore.restore with parameters of type BackupRestoreJob Modifier and Type Method Description abstract BackupRestoreJobResultAbstractRestoreService. doRestoreSynchronously(BackupRestoreJob job)Run the restore process synchronously.BackupRestoreJobResultSiteRestoreService. doRestoreSynchronously(BackupRestoreJob job)Run the restore process synchronously.BackupRestoreJobResultSpaceRestoreService. doRestoreSynchronously(BackupRestoreJob job)Run the restore process synchronously.protected voidAbstractRestoreService. validateRestoreJob(BackupRestoreJob job)
-