Interface | Description |
---|---|
SystemEnvironmentCheck |
Implement this interface to add a new check for a particular system environment settings that might cause problems
when running JIRA.
|
SystemEnvironmentChecklistRetriever |
This class exists purely so that classes can have the system environment checklist injected for testing as opposed to
looking up messages statically.
|
Class | Description |
---|---|
DefaultSystemEnvironmentChecklistRetriever | |
I18nMessage |
A message that has to be i18n.
|
JRA12525Check |
This is a simple check to ensure that the 'mail.mime.decodeparameters' is set during starup.
|
JRA15731Check |
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.
|
JRA18659Check |
Check that the JVM version is above 1.5.0-18_b02 because of the
JVM bug
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6754146 |
JRA21205Check |
http://jira.atlassian.com/browse/JRA-21205
|
JRA21845Check |
Check for new Seraph Remember Me support
|
JRA24857Check |
If they are using MySQL we need to warn people if they are not using InnoDB.
|
JVMCheck |
Checks for particular JVM Versions related to JRA-9198, JRA-15681
|
JvmVersionUtil |
A utility class for retreiving the various parts of a Java version
|
SystemEnvironmentChecklist |
This class contains checks related to System environment variables / settings.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.