public interface SystemEnvironmentChecklistRetriever
{com.atlassian.jira.util.system.check.SystemEnvironmentChecklist}
Modifier and Type | Method and Description |
---|---|
List<String> |
getEnglishWarningMessages()
Gets all known system warning messages as specified in the checklist, but in English.
|
List<String> |
getWarningMessages(Locale locale,
boolean asHtml)
Gets all known system warning messages as specified in the checklist.
|
List<String> getWarningMessages(Locale locale, boolean asHtml)
locale
- the locale to use for these messages, usually the current user's localeasHtml
- whether to provide html tag wrappers around the message for nicer display in the browserList<String> getEnglishWarningMessages()
Copyright © 2002-2015 Atlassian. All Rights Reserved.