Uses of Interface
com.atlassian.confluence.upgrade.DeferredUpgradeTask
-
Packages that use DeferredUpgradeTask Package Description com.atlassian.confluence.impl.upgrade.upgradetask com.atlassian.confluence.upgrade com.atlassian.confluence.upgrade.upgradetask -
-
Uses of DeferredUpgradeTask in com.atlassian.confluence.impl.upgrade.upgradetask
Classes in com.atlassian.confluence.impl.upgrade.upgradetask that implement DeferredUpgradeTask Modifier and Type Class Description class
AbstractIndexContentUpgradeTask
class
IndexDraftsUpgradeTask
This upgrade task is meant to index all the draft contents which were not indexable in prior versions, it will then allow users to access their existing drafts directly through the dashboard.class
SplitJournalUpgradeTask
Does 2 things: Updates the journalentry table to move items from main_index to change_index if they are: DELETE_CHANGE_DOCUMENTS DELETE_CHANGE_DOCUMENTS ADD_CHANGE_DOCUMENT REBUILD_CHANGE_DOCUMENTS writes the most recent id from the main_index journal to the change_index journal so that the change_index will continue at the same item as the main_index as the {@see SplitIndexUpgradeTask} will already have copied the relevant changes to the new index. -
Uses of DeferredUpgradeTask in com.atlassian.confluence.upgrade
Classes in com.atlassian.confluence.upgrade that implement DeferredUpgradeTask Modifier and Type Class Description class
AbstractDeferredRunUpgradeTask
Methods in com.atlassian.confluence.upgrade that return types with arguments of type DeferredUpgradeTask Modifier and Type Method Description List<DeferredUpgradeTask>
AbstractUpgradeManager. getPluginDependentUpgradeTasks()
Method parameters in com.atlassian.confluence.upgrade with type arguments of type DeferredUpgradeTask Modifier and Type Method Description void
AbstractUpgradeManager. setPluginDependentUpgradeTasks(List<DeferredUpgradeTask> upgradeTasks)
-
Uses of DeferredUpgradeTask in com.atlassian.confluence.upgrade.upgradetask
Classes in com.atlassian.confluence.upgrade.upgradetask that implement DeferredUpgradeTask Modifier and Type Class Description class
AbstractPageTemplateMigrationUpgradeTask
Base class for upgrade tasks that want to migrate page templates from one format to another.class
BandanaXStreamValueUpgradeTask
Migrates Bandana values stored with XStream 1.1.1 format to XStream 1.4.1 based format.class
ServerADGSUpgradeTask
Migrating old color scheme for spaces and globalclass
WikiToXhtmlMigrationUpgradeTask
Convert all wiki formatted content to XHTML content as part of the upgrade.
-