java.lang.Object | |
↳ | com.atlassian.jira.startup.ChecklistLauncher |
Listens to Web application startup and shutdown events to check that JIRA is valid to startup, and do whatever clean up may be required on shutdown.
When JIRA is not valid to start, then the JiraStartupChecklistFilter
will disallow access to JIRA.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called during JIRA "startup".
| |||||||||||
Called when JIRA is shutting down.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.