Modifier and Type | Method and Description |
---|---|
int |
BackupRestoreManager.cancelAllJobsFromQueue()
Cancels all queued jobs.
|
BackupRestoreJob |
BackupRestoreManager.cancelJob(Long jobId)
Cancels the job.
|
Collection<BackupRestoreJob> |
BackupRestoreManager.findJobs(BackupRestoreJobsSearchFilter backupRestoreJobsSearchFilter,
int limit)
Returns jobs based on the filter provided.
|
BackupRestoreJob |
BackupRestoreManager.startSiteBackup(BackupRestoreSettings siteBackupSettings)
Starts the new site backup job if possible.
|
BackupRestoreJob |
BackupRestoreManager.startSiteRestore(BackupRestoreSettings siteRestoreSettings)
Starts the new site restore job if possible.
|
BackupRestoreJob |
BackupRestoreManager.startSpaceBackup(BackupRestoreSettings spaceBackupSettings)
Adds the new space backup job to the queue.
|
BackupRestoreJob |
BackupRestoreManager.startSpaceRestore(BackupRestoreSettings spaceRestoreSettings)
Adds the new space restore job to the queue.
|
Modifier and Type | Class and Description |
---|---|
class |
NotPermittedException
It is thrown when a user does not have permissions to perform an action.
|
class |
SiteBackupRestoreJobAlreadyInProgressException
It is thrown when another site backup/restore operation is in progress.
|
class |
TheSameSpaceBackupRestoreJobAlreadyInProgressException
It is thrown when another space backup/restore operation is in progress or in the queue.
|
Modifier and Type | Method and Description |
---|---|
Collection<BackupRestoreJob> |
ConfluenceBackupRestoreManager.findJobs(BackupRestoreJobsSearchFilter backupRestoreJobsSearchFilter,
int limit)
Returns jobs based on the filter provided.
|
BackupRestoreJob |
ConfluenceBackupRestoreManager.startSpaceBackup(BackupRestoreSettings spaceBackupSettings)
Adds the new space backup job to the queue.
|
Modifier and Type | Method and Description |
---|---|
abstract BackupRestoreJobResult |
AbstractBackupService.doBackupSynchronously(BackupRestoreJob job)
Run the backup process synchronously.
|
BackupRestoreJobResult |
SiteBackupService.doBackupSynchronously(BackupRestoreJob job)
Run the backup process synchronously.
|
BackupRestoreJobResult |
SpaceBackupService.doBackupSynchronously(BackupRestoreJob job)
Run the backup process synchronously.
|
Modifier and Type | Method and Description |
---|---|
BackupRestoreJobResult |
SiteRestoreService.doRestoreSynchronously(BackupRestoreJob job)
Run the restore process synchronously.
|
abstract BackupRestoreJobResult |
AbstractRestoreService.doRestoreSynchronously(BackupRestoreJob job)
Run the restore process synchronously.
|
BackupRestoreJobResult |
SpaceRestoreService.doRestoreSynchronously(BackupRestoreJob job)
Run the restore process synchronously.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteBackupRestoreIntegrationTest.siteBackupTest()
Verifies that site backup/restore works properly.
|
void |
SpaceBackupRestoreIntegrationTest.spaceBackupRestoreTest()
Verifies that space backup/restore works properly.
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences