Class BackupRestoreSettings
- java.lang.Object
-
- com.atlassian.confluence.backuprestore.BackupRestoreSettings
-
- All Implemented Interfaces:
Serializable
public class BackupRestoreSettings extends Object implements Serializable
Contains settings for the site/space backup/restore operation.- Since:
- 7.17.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackupRestoreSettings.Builder
-
Constructor Summary
Constructors Constructor Description BackupRestoreSettings(BackupRestoreSettings.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()StringgetFileNamePrefix()StringgetFilePath()JobOperationgetJobOperation()JobScopegetJobScope()Collection<String>getNotificationEmails()BooleangetSkipReindex()Set<String>getSpaceKeys()booleanisKeepPermanently()booleanisSkipAttachments()booleanisSkipAuditRecordsExport()booleanisSkipHistoricalVersions()booleanisSkipReindex()StringtoString()
-
-
-
Constructor Detail
-
BackupRestoreSettings
public BackupRestoreSettings(BackupRestoreSettings.Builder builder)
-
-
Method Detail
-
getJobOperation
public JobOperation getJobOperation()
-
getJobScope
public JobScope getJobScope()
-
isSkipAttachments
public boolean isSkipAttachments()
-
isSkipHistoricalVersions
public boolean isSkipHistoricalVersions()
-
isSkipAuditRecordsExport
public boolean isSkipAuditRecordsExport()
-
getNotificationEmails
public Collection<String> getNotificationEmails()
-
getFileName
public String getFileName()
-
getFileNamePrefix
public String getFileNamePrefix()
-
getFilePath
public String getFilePath()
-
isKeepPermanently
public boolean isKeepPermanently()
-
getSkipReindex
public Boolean getSkipReindex()
-
isSkipReindex
public boolean isSkipReindex()
-
-