java.lang.Object | |
↳ | com.atlassian.jira.startup.JiraHomeStartupCheck |
This StartupCheck will check that there is a valid jira.home configured that we can get an exclusive lock on.
Note: this has the side effect that the jira.home directory is created, if required, and "locked". These side-effects are REQUIRED in order to return valid results.Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Implement this method to return the description of the fault.
| |||||||||||
Implement this method to return the error message of the fault.
| |||||||||||
Implement this method to return the name of this check
| |||||||||||
Implement this method to return true if the check is positive and false in the case of negative result.
| |||||||||||
Called when the instance is coming down
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||
From interface
com.atlassian.jira.startup.StartupCheck
|
Implement this method to return the description of the fault. This method should return null in the case the check was positive. This message is used to present the user with a message to the console
Implement this method to return the error message of the fault. This method should return null in the case the check was positive. This message is used to present the user with a message viewable in a web browser.
Implement this method to return true if the check is positive and false in the case of negative result.
Called when the instance is coming down