java.lang.Object | |
↳ | com.atlassian.jira.appconsistency.clustering.SharedHomeCheck |
Startup check that verifies the shared home is set correctly in cluster.properties
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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