Uses of Class
com.atlassian.confluence.upgrade.BuildAndVersionNumber
-
Packages that use BuildAndVersionNumber Package Description com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. -
-
Uses of BuildAndVersionNumber in com.atlassian.confluence.importexport.xmlimport
Fields in com.atlassian.confluence.importexport.xmlimport declared as BuildAndVersionNumber Modifier and Type Field Description static BuildAndVersionNumber
BackupImporter. FULL_EXPORT_BACKWARDS_COMPATIBILITY
Deprecated.Backwards compatibility for full export.static BuildAndVersionNumber
BackupImporter. MINIMUM_FULL_IMPORT_BUILD_NUMBER
Deprecated.Backwards compatibility for full export.static BuildAndVersionNumber
BackupImporter. MINIMUM_SPACE_IMPORT_BUILD_NUMBER
Deprecated.If you change this, you will break OD <-> BTF imports.static BuildAndVersionNumber
BackupImporter. SPACE_EXPORT_BACKWARDS_COMPATIBILITY
Deprecated.Backwards compatibility of a space export.
-