Class JVMCheck
java.lang.Object
com.atlassian.jira.util.system.check.JVMCheck
- All Implemented Interfaces:
SystemEnvironmentCheck
Checks for particular JVM Versions related to JRA-9198, JRA-15681
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the warning message, if no warning is neccessary it returns null.
-
Constructor Details
-
JVMCheck
-
-
Method Details
-
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
-