Package | Description |
---|---|
com.atlassian.jira.bc.dataimport | |
com.atlassian.jira.upgrade | |
com.atlassian.jira.upgrade.tasks |
Modifier and Type | Method and Description |
---|---|
boolean |
DowngradeWorker.canDowngrade() |
void |
DowngradeWorker.downgrade(DowngradeWorker.Mode downgradeMode)
Called to perform special downgrade tasks.
|
static List<Integer> |
DowngradeUtil.findDowngradeTasksToRun(List<UpgradeHistoryDTO> upgradeHistoryItems,
int targetBuildNumber)
Finds downgrade tasks that are needed to be run in order to downgrade version of JIRA to targetBuildNumber.
|
static Map<Integer,DowngradeTask> |
DowngradeUtil.loadDowngradeTasks()
Reads a downgrade XML file to get a list of all the downgrades specified in this file.
|
Modifier and Type | Class and Description |
---|---|
class |
MissingDowngradeTaskException
Indicates that the downgrade cannot proceed because at least one required Downgrade task is missing.
|
Modifier and Type | Method and Description |
---|---|
void |
DowngradeTask.downgrade()
Perform the downgrade.
|
Modifier and Type | Method and Description |
---|---|
void |
DowngradeTask_Build70027.downgrade() |
void |
DowngradeTask_Build70024.downgrade() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.