com.atlassian.jira.util.system.check
Class JRA24857Check

java.lang.Object
  extended by com.atlassian.jira.util.system.check.JRA24857Check
All Implemented Interfaces:
SystemEnvironmentCheck

public class JRA24857Check
extends Object
implements SystemEnvironmentCheck

If they are using MySQL we need to warn people if they ain't using InnoDB.

Since:
v4.4.1

Constructor Summary
JRA24857Check()
           
 
Method Summary
protected  I18nMessage createWarning()
           
 String getName()
           
 I18nMessage getWarningMessage()
          This method returns the warning message, if no warning is neccessary it returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRA24857Check

public JRA24857Check()
Method Detail

getName

public String getName()

getWarningMessage

public I18nMessage getWarningMessage()
Description copied from interface: SystemEnvironmentCheck
This method returns the warning message, if no warning is neccessary it returns null.

Specified by:
getWarningMessage in interface SystemEnvironmentCheck
Returns:
an I18nMessage or null

createWarning

protected I18nMessage createWarning()


Copyright © 2002-2014 Atlassian. All Rights Reserved.