Package | Description |
---|---|
com.atlassian.jira.upgrade |
Modifier and Type | Field and Description |
---|---|
static UpgradeManager.Status |
UpgradeManager.Status.OK |
Modifier and Type | Method and Description |
---|---|
UpgradeManager.Status |
UpgradeManagerImpl.doUpgrade(UpgradeManagerParams upgradeManagerParams)
Gets all the upgrades (standard, professional and enterprise) that need to be run from the build number stored in
the database to the current build number
Get the set of upgradeNumbers which are to be performed for this upgrade.
|
UpgradeManager.Status |
UpgradeManager.doUpgradeIfNeededAndAllowed(String backupPath,
UpgradeManagerParams upgradeManagerParams)
Performs the upgrade if one is required and the license is not too old to proceed with the upgrade.
|
UpgradeManager.Status |
UpgradeManagerImpl.doUpgradeIfNeededAndAllowed(String backupPath,
UpgradeManagerParams upgradeManagerParams) |
UpgradeManager.Status |
UpgradeManager.scheduleDelayedUpgrades(int delayMins,
boolean isAllowReindex)
Schedules the execution of delayed upgrades.
|
UpgradeManager.Status |
UpgradeManagerImpl.scheduleDelayedUpgrades(int delayMins,
boolean isAllowReindex) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.