Class AbstractGhUpgradeTask
java.lang.Object
com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
- All Implemented Interfaces:
com.atlassian.sal.api.upgrade.PluginUpgradeTask
- Direct Known Subclasses:
GhUpgradeTask046,GhUpgradeTask047,GhUpgradeTask048,GhUpgradeTask049,GhUpgradeTask050,GhUpgradeTask051,GhUpgradeTask052,GhUpgradeTask053
public abstract class AbstractGhUpgradeTask
extends Object
implements com.atlassian.sal.api.upgrade.PluginUpgradeTask
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractGhUpgradeTask(com.atlassian.jira.issue.CustomFieldManager customFieldManager, UpgradeVersionService upgradeVersionService) -
Method Summary
Modifier and TypeMethodDescriptionfinal Collection<com.atlassian.sal.api.message.Message> protected booleanprotected abstract voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
getBuildNumber, getShortDescription
-
Field Details
-
log
-
REINDEX_ALLOWED_PROPERTY
- See Also:
-
-
Constructor Details
-
AbstractGhUpgradeTask
public AbstractGhUpgradeTask(com.atlassian.jira.issue.CustomFieldManager customFieldManager, UpgradeVersionService upgradeVersionService)
-
-
Method Details
-
doUpgrade
- Specified by:
doUpgradein interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask- Throws:
Exception
-
getPluginKey
- Specified by:
getPluginKeyin interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask
-
isReindexAllowed
protected boolean isReindexAllowed() -
performUpgrade
- Throws:
Exception
-