| java.lang.Object | |||
| ↳ | com.atlassian.confluence.upgrade.AbstractUpgradeTask | ||
| ↳ | com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask | ||
| ↳ | com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask | ||
Convert all wiki formatted content to XHTML content as part of the upgrade. It should be noted that any migration errors from individual pages will be recorded and logged but will not cause the upgrade itself to fail. This is to allow for cases where most content migrates successfully and there are simply a few failures that can be fixed through a different mechanism.
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.confluence.upgrade.UpgradeTask
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
A short (
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask
| |||||||||||||||||||||||||||||
From class
com.atlassian.confluence.upgrade.AbstractUpgradeTask
| |||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||
From interface
com.atlassian.confluence.upgrade.DeferredUpgradeTask
| |||||||||||||||||||||||||||||
From interface
com.atlassian.confluence.upgrade.UpgradeTask
| |||||||||||||||||||||||||||||

