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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Collection<com.atlassian.sal.api.message.Message>
protected boolean
protected abstract void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
getBuildNumber, getShortDescription
-
Field Details
-
log
-
REINDEX_ALLOWED_PROPERTY
- See Also:
-
-
Constructor Details
-
AbstractGhUpgradeTask
public AbstractGhUpgradeTask()
-
-
Method Details
-
doUpgrade
- Specified by:
doUpgrade
in interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask
- Throws:
Exception
-
getPluginKey
- Specified by:
getPluginKey
in interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask
-
isReindexAllowed
protected boolean isReindexAllowed() -
performUpgrade
- Throws:
Exception
-