|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.upgrade.upgradetask.BundleUserMacrosUpgradeTask
@Deprecated public class BundleUserMacrosUpgradeTask
| Constructor Summary | |
|---|---|
BundleUserMacrosUpgradeTask(UserMacroLibrary userMacroLibrary,
com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory,
MacroManager macroManager)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
doNonDatabaseUpgrade()
Deprecated. Perform any non-database related parts of the upgrade task. |
void |
doUpgrade()
Deprecated. Perform the upgrade. |
String |
getBuildNumber()
Deprecated. |
Collection<UpgradeError> |
getErrors()
Deprecated. Return any errors that occur. |
String |
getShortDescription()
Deprecated. A short (<50 chars) description of the upgrade action |
void |
nonDatabaseValidate()
Deprecated. Validate any non-database related parts of the upgrade task. |
void |
validate()
Deprecated. Validates that this upgrade task can be performed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleUserMacrosUpgradeTask(UserMacroLibrary userMacroLibrary,
com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory,
MacroManager macroManager)
| Method Detail |
|---|
public String getBuildNumber()
getBuildNumber in interface UpgradeTaskpublic String getShortDescription()
UpgradeTask
getShortDescription in interface UpgradeTaskpublic Collection<UpgradeError> getErrors()
UpgradeTaskUpgradeError.
getErrors in interface UpgradeTaskUpgradeError objects, sometimes null.public void nonDatabaseValidate()
DatabaseUpgradeTask
nonDatabaseValidate in interface DatabaseUpgradeTaskpublic void doNonDatabaseUpgrade()
DatabaseUpgradeTaskUpgradeTask.doUpgrade(). This allows the upgrade task to perform any local non-db cleanup
that might be involved in the upgrade.
doNonDatabaseUpgrade in interface DatabaseUpgradeTaskpublic void validate()
UpgradeTask
validate in interface UpgradeTask
public void doUpgrade()
throws Exception
UpgradeTask
doUpgrade in interface UpgradeTaskException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||