public class CollationCheck extends Object implements StartupCheck
see JRA-39970.
| Constructor and Description |
|---|
CollationCheck(DatabaseConfigurationManager databaseConfigurationManager,
OfBizConnectionFactory connectionFactory,
JiraProperties jiraProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaultDescription()
Implement this method to return the description of the fault.
|
String |
getHTMLFaultDescription()
Implement this method to return the error message of the fault.
|
String |
getName()
Implement this method to return the name of this check.
|
boolean |
isOk()
Always returns true and will log a warning message if the database is using an unsupported collation.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstoppublic CollationCheck(DatabaseConfigurationManager databaseConfigurationManager, OfBizConnectionFactory connectionFactory, JiraProperties jiraProperties)
public String getName()
StartupCheckgetName in interface StartupCheckpublic boolean isOk()
isOk in interface StartupCheckpublic String getFaultDescription()
StartupCheckgetFaultDescription in interface StartupCheckpublic String getHTMLFaultDescription()
StartupCheckgetHTMLFaultDescription in interface StartupCheckCopyright © 2002-2016 Atlassian. All Rights Reserved.