public class UpgradeTask_Build800004 extends AbstractReindexUpgradeTask
UpgradeTask.ScheduleOption, UpgradeTask.Status
ALL_INDEXES, ALL_ISSUE_INDEXES, ALL_SHARED_ENTITY_TYPES, NO_SHARED_ENTITIES, WORKLOG_ONLY
Constructor and Description |
---|
UpgradeTask_Build800004() |
Modifier and Type | Method and Description |
---|---|
int |
getBuildNumber() |
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 in Jira-Server.
|
boolean |
triggersFullReindex()
When this task is pending, returned value is used to determine if index startup flow should perform normal
procedure to obtain index.
|
doUpgrade, reIndexAllIssues
getScheduleOption
addError, addErrors, addErrors, convertToSchemaTableName, dependsUpon, getApplicationProperties, getDatabaseConnection, getDatabaseType, getDatabaseUtil, getDelegator, getEntityEngine, getErrors, getI18nBean, getOfBizDelegator, getReindexRequestService, getSchemaName, isMSSQL, isMYSQL, isORACLE, isPostgreSQL, runUpgrade
public int getBuildNumber()
public boolean triggersFullReindex()
AbstractReindexUpgradeTask
triggersFullReindex
in class AbstractReindexUpgradeTask
public String getShortDescription()
UpgradeTask
getShortDescription
in interface com.atlassian.upgrade.spi.UpgradeTask
getShortDescription
in class AbstractReindexUpgradeTask
public boolean isDowngradeTaskRequired()
UpgradeTask
If 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-2024 Atlassian. All Rights Reserved.