Class JRA24857Check
java.lang.Object
com.atlassian.jira.util.system.check.JRA24857Check
- All Implemented Interfaces:
SystemEnvironmentCheck
If they are using MySQL we need to warn people if they are not using InnoDB.
- Since:
- v4.4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected I18nMessagegetName()This method returns the warning message, if no warning is neccessary it returns null.
-
Constructor Details
-
JRA24857Check
public JRA24857Check()
-
-
Method Details
-
getName
-
getWarningMessage
Description copied from interface:SystemEnvironmentCheckThis method returns the warning message, if no warning is neccessary it returns null.- Specified by:
getWarningMessagein interfaceSystemEnvironmentCheck- Returns:
- an I18nMessage or null
-
createWarning
-