Uses of Class
com.atlassian.confluence.backuprestore.BackupRestoreSettings
-
Packages that use BackupRestoreSettings Package Description com.atlassian.confluence.backuprestore com.atlassian.confluence.impl.backuprestore -
-
Uses of BackupRestoreSettings in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return BackupRestoreSettings Modifier and Type Method Description BackupRestoreSettingsBackupRestoreSettings.Builder. build()BackupRestoreSettingsBackupRestoreJob. getBackupRestoreSettings()Methods in com.atlassian.confluence.backuprestore with parameters of type BackupRestoreSettings Modifier and Type Method Description voidBackupRestoreJob. setBackupRestoreSettings(BackupRestoreSettings backupRestoreSettings)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. -
Uses of BackupRestoreSettings in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore with parameters of type BackupRestoreSettings Modifier and Type Method Description 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.
-