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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
This will invoke the UpgradeManager
to see if an upgrade is needed.
This is run at JIRA startup time and can be invoked later if you need to restart JIRA.
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.