java.lang.Object | |
↳ | com.atlassian.jira.startup.StartupStateTemplate |
![]()
|
Template class for JiraStartupState implementations. This class takes care of running and storing the results of all
startup checks (just override getStartupChecks()
.
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.
| |||||||||||
Sets the first startup check that failed.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Template method that returns an immutable list of startup checks to perform.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||
![]()
|
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.
Sets the first startup check that failed.
failedStartupCheck | a StartupCheck |
---|
Template method that returns an immutable list of startup checks to perform.