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()JobOperationgetJobOperation()JobScopegetJobScope()JobSpacesgetJobSpaces()Collection<String>getNotificationEmails()Set<Long>getSpaceIds()booleanisSkipAttachments()booleanisSkipAuditRecordsExport()booleanisSkipHistoricalVersions()StringtoString()
-
-
-
Constructor Detail
-
BackupRestoreSettings
public BackupRestoreSettings(BackupRestoreSettings.Builder builder)
-
-
Method Detail
-
getJobOperation
public JobOperation getJobOperation()
-
getJobScope
public JobScope getJobScope()
-
getJobSpaces
public JobSpaces getJobSpaces()
-
isSkipAttachments
public boolean isSkipAttachments()
-
isSkipHistoricalVersions
public boolean isSkipHistoricalVersions()
-
isSkipAuditRecordsExport
public boolean isSkipAuditRecordsExport()
-
getNotificationEmails
public Collection<String> getNotificationEmails()
-
getFileName
public String getFileName()
-
-