Class BackupProperties
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
Provides convenient operations for working with backup properties (exportDescriptor.properties)
- Since:
 - 8.2.0
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the source of the export that we want to import 
- 
Field Details
- 
EXPORT_TYPE_PROPERTY_NAME
- See Also:
 
 - 
SPACE_KEYS_PROPERTY_NAME
- See Also:
 
 - 
LEGACY_SPACE_KEY_PROPERTY_NAME
- See Also:
 
 - 
EXPORT_SOURCE_PROPERTY_NAME
- See Also:
 
 - 
TOTAL_OBJECTS_COUNT
- See Also:
 
 - 
BACKUP_ATTACHMENTS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
BackupProperties
 
 - 
 - 
Method Details
- 
getJobScope
- Throws:
 BackupRestoreException
 - 
getProperties
 - 
getSpaceKeys
 - 
getCreatedByBuildNumber
 - 
getBuildNumber
 - 
getJobSource
Get the source of the export that we want to import- Returns:
 - JobSource
 - Throws:
 BackupRestoreException
 - 
getTotalNumberOfObjects
 - 
getBackupAttachments
- Returns:
 - true if backupAttachments is blank or can be parsed as true, false otherwise
 
 
 -