|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.appconsistency.db.PostgresSchemaConfigCheck
public class PostgresSchemaConfigCheck
A checker that will print a log message if the database is Postgres and the schema name contains upper case. see JRA-16780.
| Constructor Summary | |
|---|---|
PostgresSchemaConfigCheck(ExternalLinkUtil externalLinkUtil)
|
|
| Method Summary | |
|---|---|
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 message if the database is POSTGRES and the configured schema name contains upper case characters. |
void |
setLoggedError(boolean loggedError)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostgresSchemaConfigCheck(ExternalLinkUtil externalLinkUtil)
| Method Detail |
|---|
public String getName()
StartupCheck
getName in interface StartupCheckpublic boolean isOk()
isOk in interface StartupCheckpublic void setLoggedError(boolean loggedError)
public String getFaultDescription()
StartupCheck
getFaultDescription in interface StartupCheckpublic String getHTMLFaultDescription()
StartupCheck
getHTMLFaultDescription in interface StartupCheck
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||