public class

JRA15731Check

extends Object
implements SystemEnvironmentCheck
java.lang.Object
   ↳ com.atlassian.jira.util.system.check.JRA15731Check

Class Overview

If they are using MySQL and if they are using tomcat (or DBCP in some other way) then we can check if they have a validationQuery which is recommended to prevent data corruption when connections time out.

Summary

Public Constructors
JRA15731Check()
Public Methods
String getName()
I18nMessage getWarningMessage()
This method returns the warning message, if no warning is neccessary it returns null.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.util.system.check.SystemEnvironmentCheck

Public Constructors

public JRA15731Check ()

Public Methods

public String getName ()

public I18nMessage getWarningMessage ()

This method returns the warning message, if no warning is neccessary it returns null.

Returns
  • an I18nMessage or null