| java.lang.Object | |
| ↳ | com.atlassian.jira.upgrade.UpgradeLauncher |
Tests if an upgrade is necessary, and performs it. Note that upgrades are performed on the same thread
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This will invoke the
UpgradeManager to see if an upgrade is needed. | |||||||||||
The upgrade runner loads the Upgrade Manager, which then performs any necessary upgrades.
| |||||||||||
Called when JIRA is shutting down.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.startup.JiraLauncher
| |||||||||||
This will invoke the UpgradeManager to see if an upgrade is needed.
| servletContext | this is need to put up Johnson events as the upgrade happens and also if the upgrade fails |
|---|
The upgrade runner loads the Upgrade Manager, which then performs any necessary upgrades.
Called when JIRA is shutting down. Just like startup this can . The logic of what exactly happens when is encapsulated in the DefaultJiraLauncher.

