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 class
BackupRestoreSettings.Builder
-
Constructor Summary
Constructors Constructor Description BackupRestoreSettings(BackupRestoreSettings.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
JobOperation
getJobOperation()
JobScope
getJobScope()
JobSpaces
getJobSpaces()
Collection<String>
getNotificationEmails()
Set<Long>
getSpaceIds()
boolean
isSkipAttachments()
boolean
isSkipAuditRecordsExport()
boolean
isSkipHistoricalVersions()
String
toString()
-
-
-
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()
-
-