java.lang.Object | ||
↳ | com.atlassian.jira.startup.StartupStateTemplate | |
↳ | com.atlassian.jira.startup.RunningStartupState |
JIRA has been bootstrapped and the plugin system has been started.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the first startup check that failed, or null.
| |||||||||||
Returns a boolean indicating if this startup state's startup checks have all passed.
| |||||||||||
This method is called when JIRA is being stopped.
| |||||||||||
This method is called when the Atlassian Plugins system has been restarted within JIRA.
| |||||||||||
This method is called when the Atlassian Plugins system has been started within JIRA.
| |||||||||||
This method is called when the Atlassian Plugins system has been stopped within JIRA.
| |||||||||||
Sets the first startup check that failed.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Template method that returns an immutable list of startup checks to perform.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.startup.StartupStateTemplate
| |||||||||||||||||||||||||
From class java.lang.Object | |||||||||||||||||||||||||
From interface
com.atlassian.jira.startup.JiraStartupState
|
Returns the first startup check that failed, or null. Note that if the startup checks have not yet been run, this method returns null independently of whether the checks would actually fail at this point in time.
Returns a boolean indicating if this startup state's startup checks have all passed. If the checks have not yet been run, they will be run the first time that this method is called.
This method is called when JIRA is being stopped.
This method is called when the Atlassian Plugins system has been restarted within JIRA.
This method is called when the Atlassian Plugins system has been started within JIRA.
IllegalStateException |
---|
This method is called when the Atlassian Plugins system has been stopped within JIRA.
Sets the first startup check that failed.
startupCheck | a StartupCheck |
---|
Template method that returns an immutable list of startup checks to perform.