public class UpgradeTask_Build809 extends AbstractUpgradeTask
UpgradeTask.ScheduleOption, UpgradeTask.Status| Constructor and Description |
|---|
UpgradeTask_Build809(EntityEngine entityEngine) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
dependsUpon()
Return the Upgrade task id of another upgrade task that must be run prior to this task.
|
void |
doUpgrade(boolean setupMode)
Perform the upgrade.
|
int |
getBuildNumber() |
Collection<String> |
getErrors()
Return any errors that occur.
|
UpgradeTask.ScheduleOption |
getScheduleOption()
Return when this upgrade task can be scheduled.
|
String |
getShortDescription()
A short (<50 chars) description of the upgrade action
|
boolean |
isDowngradeTaskRequired()
Flag to claim whether this upgrade task needs an explicit downgrade task to reverse the data changes.
|
addError, addErrors, addErrors, convertToSchemaTableName, getApplicationProperties, getDatabaseConnection, getDatabaseType, getDelegator, getEntityEngine, getI18nBean, getOfBizDelegator, getReindexRequestService, getSchemaName, isMSSQL, isMYSQL, isORACLE, isPostgreSQL, runUpgradepublic UpgradeTask_Build809(EntityEngine entityEngine)
public int getBuildNumber()
public String getShortDescription()
UpgradeTaskpublic 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.
public void doUpgrade(boolean setupMode)
UpgradeTasksetupMode - Indicating this upgrade task is running during set up.public Collection<String> getErrors()
UpgradeTaskgetErrors in class AbstractUpgradeTask@Nullable public Integer dependsUpon()
UpgradeTaskdependsUpon in class AbstractUpgradeTaskpublic UpgradeTask.ScheduleOption getScheduleOption()
UpgradeTaskCopyright © 2002-2018 Atlassian. All Rights Reserved.