public interface UpgradeService
Modifier and Type | Method and Description |
---|---|
boolean |
areUpgradesRunning()
Checks if any upgrades are running.
|
UpgradeResult |
runUpgrades()
Run the upgrades pending upgrades.
|
UpgradeResult runUpgrades()
This is not linked to provisioning or import but when we just want to run the upgrades, e.g. via the REST endpoint. A re-index will be run after finishing the upgrades.
boolean areUpgradesRunning()
Copyright © 2002-2021 Atlassian. All Rights Reserved.