Uses of Class
com.atlassian.confluence.upgrade.PluginExportCompatibility
-
Packages that use PluginExportCompatibility Package Description com.atlassian.confluence.importexport.impl com.atlassian.confluence.upgrade -
-
Uses of PluginExportCompatibility in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return types with arguments of type PluginExportCompatibility Modifier and Type Method Description static Map<String,PluginExportCompatibility>
ExportDescriptor. getPluginExportCompatibility(Properties properties)
Method parameters in com.atlassian.confluence.importexport.impl with type arguments of type PluginExportCompatibility Modifier and Type Method Description void
ExportDescriptor. setPluginExportCompatibility(Map<String,PluginExportCompatibility> compatibility)
-
Uses of PluginExportCompatibility in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade that return types with arguments of type PluginExportCompatibility Modifier and Type Method Description Map<String,PluginExportCompatibility>
AbstractUpgradeManager. 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.
-