Package com.atlassian.confluence.upgrade
package com.atlassian.confluence.upgrade
-
ClassDescriptionA useful base class for UpgradeTasks.Used when the
AttachmentMigratorToV4
runs a migration, requiring analytics.Interface implemented byAbstractUpgradeTask
s which provide information to the backup manager to manage backward and forward compatibility.It's a build number which also provides the human-readable version.Represents a build number related constraint to be tested against an UpgradeTask which decides whether the task should apply or not.A marker interface to be implemented by upgrade tasks that perform operations on the database.An upgrade task that has a property indicating that it's run should be deferred until some later time.Cleans up an embedded HSQL instance by opening it and shutting it down.A constraint that will test whether the build number configured on the constraint is newer than the build number passed toIsNewerThan.test(int)
.A constraint that will test whether the build number configured on the constraint is newer than the build number passed toIsNewerThanAndConfiguredNumberHighEnough.test(int)
AND the application configured build number is higher than a configured value.Helper class to replace lang macro with inline equivalent in decorators.Describes how the plugin's ActiveObjects data can be exported to other versions of the plugin.Run the upgrade tasks that require that PluginFramework to be available.Finalization resultGate the upgrade progress across nodes so that only one node will perform plugin dependent upgrades.UpgradeManager is responsible for creating a list of UpgradeTasks.Upgrade task.Deprecated.Used whenAttachmentV3toV4MigrationAction
runs a migration used to send analytics if V4 migration is disabledUsed whenAttachmentV3toV4MigrationAction
starts a migration.Comparator that attempts to place software version numbers (i.e.
HibernateDdlExecutor
and associatedDdlCommand
s, orHibernateConfig
if your code still needs to know which DB type its using.