Package | Description |
---|---|
com.atlassian.confluence.upgrade | |
com.atlassian.confluence.upgrade.upgradetask |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeferredRunUpgradeTask |
Modifier and Type | Method and Description |
---|---|
List<DeferredUpgradeTask> |
AbstractUpgradeManager.getPluginDependentUpgradeTasks() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUpgradeManager.setPluginDependentUpgradeTasks(List<DeferredUpgradeTask> upgradeTasks) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPageTemplateMigrationUpgradeTask
Base class for upgrade tasks that want to migrate page templates from one format to another.
|
class |
ConditionallyEnableMailArchivePluginUpgradeTask
The mail archive feature is now packaged as a plugin and disabled by default.
|
class |
DefaultSpaceContentToPageTemplateUpgradeTask |
class |
DisableConfluenceInvitePluginUpgradeTask
Disables the Confluence Invite Plugin - which used to be bundled as part of the Confluence Fireball release,
but may have also been installed by customers in a behind the fireball instance.
|
class |
InitialiseIndexJournalStateUpgradeTask
This upgrade task migrates index task queue state to journal state.
|
class |
JiraIssueMacroServerParamsUpgradeTask
CONF-25329: This upgrade task adds additional JIRA Issue macro params that allow us to resolve a renamed application link.
|
class |
MigrateIndexTaskQueueToJournalUpgradeTask
This upgrade task migrates recent entries from index queue to journal
subsystem.
|
class |
PageTemplateWikiToXhtmlMigrationUpgradeTask
Convert all wiki formatted content to XHTML content as part of the upgrade.
|
class |
PageTemplateXhtmlRoundTripMigrationUpgradeTask
Migrates page templates using a storage format round trip process.
|
class |
RebuildIndexUpgradeTask
Trigger a rebuild of the lucene index
|
class |
RemovePeopleDirectoryDuplicatesUpgradeTask
The index flushing strategy is (intentionally) inaccurate and relies on an in-memory 'flushed entries' cache
to prevent the same object being flushed twice.
|
class |
WelcomeMessageUpgradeTask |
class |
WikiToXhtmlMigrationUpgradeTask
Convert all wiki formatted content to XHTML content as part of the upgrade.
|
class |
XhtmlRoundTripMigrationUpgradeTask
Convert all legacy formatted content to the current XHTML format as part of the upgrade.
|
Copyright © 2003–2015 Atlassian. All rights reserved.