java.lang.Object | |
↳ | com.atlassian.jira.startup.BootstrapContainerLauncher |
The BootstrapContainerLauncher will bootstrap enough of JIRA during run level 0. It has the ability to check the state of the database connection and configure it if need be. If the database is operational then it will move to the next level and start JIRA completely.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called during JIRA "startup".
| |||||||||||
Called when JIRA is shutting down.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||
From interface com.atlassian.jira.startup.JiraLauncher |
Called during JIRA "startup". Despite no longer being multitenant, it is still a good idea to chunk this. The order is defined in DefaultJiraLauncher The logic for ordering all of this will be handled by the DefaultJiraLauncher.
Called when JIRA is shutting down. Just like startup this can . The logic of what exactly happens when is encapsulated in the DefaultJiraLauncher.