| Modifier and Type | Method and Description |
|---|---|
void |
XmlBackupContainerWriter.addPluginModuleData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptors)
Create the data file for a specific plugin module into the backup zip file using the module Descriptors
|
void |
BackupContainerWriter.addPluginModuleData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptor) |
void |
PluginDataWriter.writePluginData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
File |
ImportedPluginDataPreProcessor.process(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor,
File source,
ImportProcessorSummary summary)
Deprecated.
Takes a source file of plugin data and returns a new, processed plugin data file, or the original file if no
processing is required, or null if the plugin data should be skipped.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> |
DefaultBackupRestoreProviderManager.getModuleDescriptors() |
List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> |
BackupRestoreProviderManager.getModuleDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
File |
DefaultBackupRestoreProviderManager.createModuleBackupFile(File exportBaseDir,
com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor) |
File |
BackupRestoreProviderManager.createModuleBackupFile(File exportBaseDir,
com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider) |
File |
DefaultBackupRestoreProviderManager.getModuleBackupFile(File exportBaseDir,
com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor) |
File |
BackupRestoreProviderManager.getModuleBackupFile(File exportBaseDir,
com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider) |
| Modifier and Type | Method and Description |
|---|---|
BackupRestoreProvider |
BackupRestoreProviderModuleDescriptor.getModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestBackupContainerWriter.addPluginModuleData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptors) |
Copyright © 2003–2022 Atlassian. All rights reserved.