com.atlassian.jira.util.system.check
Interface SystemEnvironmentCheck

All Known Implementing Classes:
JRA12525Check, JRA15731Check, JRA18659Check, JRA21205Check, JRA21845Check, JVMCheck

public interface SystemEnvironmentCheck

Implement this interface to add a new check for a particular system environment settings that might cause problems when running JIRA. Add new SystemEnvironmentChecks to the SystemEnvironmentChecklist

Since:
v4.0

Method Summary
 I18nMessage getWarningMessage()
          This method returns the warning message, if no warning is neccessary it returns null.
 

Method Detail

getWarningMessage

I18nMessage getWarningMessage()
This method returns the warning message, if no warning is neccessary it returns null.

Returns:
an I18nMessage or null


Copyright © 2002-2011 Atlassian. All Rights Reserved.