public interface BackupContainerWriter extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachments(Collection<AttachmentInfo> attachments) |
void |
addDescriptionProperty(String name,
String value) |
void |
addPluginModuleData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptor) |
void |
close() |
File |
getOutputFile() |
void |
writeObjects(Collection<EntityObjectReadyForExport> objects) |
void writeObjects(Collection<EntityObjectReadyForExport> objects) throws BackupRestoreException
BackupRestoreExceptionvoid addAttachments(Collection<AttachmentInfo> attachments) throws BackupRestoreException
BackupRestoreExceptionvoid addDescriptionProperty(String name, String value) throws BackupRestoreException
BackupRestoreExceptionvoid addPluginModuleData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptor) throws BackupRestoreException
BackupRestoreExceptionvoid close()
throws BackupRestoreException
close in interface AutoCloseableBackupRestoreExceptionFile getOutputFile()
Copyright © 2003–2022 Atlassian. All rights reserved.