Uses of Class
com.atlassian.confluence.upgrade.PluginExportCompatibility
Packages that use PluginExportCompatibility
- 
Uses of PluginExportCompatibility in com.atlassian.confluence.importexport.implMethods in com.atlassian.confluence.importexport.impl that return types with arguments of type PluginExportCompatibilityModifier and TypeMethodDescriptionstatic Map<String, PluginExportCompatibility> ExportDescriptor.getPluginExportCompatibility(Properties properties) Method parameters in com.atlassian.confluence.importexport.impl with type arguments of type PluginExportCompatibilityModifier and TypeMethodDescriptionvoidExportDescriptor.setPluginExportCompatibility(Map<String, PluginExportCompatibility> compatibility) 
- 
Uses of PluginExportCompatibility in com.atlassian.confluence.upgradeMethods in com.atlassian.confluence.upgrade that return types with arguments of type PluginExportCompatibilityModifier and TypeMethodDescriptionAbstractUpgradeManager.getPluginExportCompatibility(boolean isSpaceExport) @NonNull Map<String, PluginExportCompatibility> UpgradeManager.getPluginExportCompatibility(boolean spaceExport) Returns the list of plugins with data (especially plugins with Active Objects data) and tells how backward-compatible they are.