|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatabaseUpgradeTask
Upgrade tasks that perform operations on the database should implement this interface.
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.confluence.upgrade.UpgradeTask |
|---|
log |
| Method Summary | |
|---|---|
void |
doNonDatabaseUpgrade()
Perform any non-database related parts of the upgrade task. |
| Methods inherited from interface com.atlassian.confluence.upgrade.UpgradeTask |
|---|
doUpgrade, getBuildNumber, getErrors, getShortDescription |
| Method Detail |
|---|
void doNonDatabaseUpgrade()
UpgradeTask.doUpgrade(). This allows the upgrade task to perform any local non-db cleanup
that might be involved in the upgrade.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||