public abstract class LegacyImmediateUpgradeTask extends AbstractImmediateUpgradeTask
UpgradeTask.ScheduleOption, UpgradeTask.Status| Modifier | Constructor and Description |
|---|---|
protected |
LegacyImmediateUpgradeTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDowngradeTaskRequired()
Flag to claim whether this upgrade task needs an explicit downgrade task to reverse the data changes in Jira-Server.
|
getScheduleOptionaddError, addErrors, addErrors, convertToSchemaTableName, dependsUpon, getApplicationProperties, getDatabaseConnection, getDatabaseType, getDatabaseUtil, getDelegator, getEntityEngine, getErrors, getI18nBean, getOfBizDelegator, getReindexRequestService, getSchemaName, isMSSQL, isMYSQL, isORACLE, isPostgreSQL, runUpgradeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoUpgrade, getBuildNumber, getShortDescriptionpublic boolean isDowngradeTaskRequired()
UpgradeTaskIf a downgrade is a simple no-op then return false, and JIRA will ignore these changes during a downgrade.
If you need to actually undo the changes made here then declare true and add a Downgrade Task to the bug fix branch.
Copyright © 2002-2022 Atlassian. All Rights Reserved.