|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.upgrade.upgradetask.PagePropertiesUpgradeTask
public class PagePropertiesUpgradeTask
As of the Hibernate upgrade and the associated upgrade to the Postgres Dialect, this upgrade task is no longer required since the TEXT_VAL column is added as part of the default hibernate update.
Constructor Summary | |
---|---|
PagePropertiesUpgradeTask()
Deprecated. |
Method Summary | |
---|---|
void |
doUpgrade()
Deprecated. Perform the upgrade. |
java.lang.String |
getBuildNumber()
Deprecated. |
java.util.Collection |
getErrors()
Deprecated. Return any errors that occur. |
java.lang.String |
getShortDescription()
Deprecated. A short (<50 chars) description of the upgrade action |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PagePropertiesUpgradeTask()
Method Detail |
---|
public java.lang.String getBuildNumber()
getBuildNumber
in interface UpgradeTask
public java.lang.String getShortDescription()
UpgradeTask
getShortDescription
in interface UpgradeTask
public void doUpgrade() throws java.lang.Exception
UpgradeTask
doUpgrade
in interface UpgradeTask
java.lang.Exception
public java.util.Collection getErrors()
UpgradeTask
getErrors
in interface UpgradeTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |