public class DefaultSystemEnvironmentChecklistRetriever extends Object implements SystemEnvironmentChecklistRetriever
| Constructor and Description |
|---|
DefaultSystemEnvironmentChecklistRetriever() |
| 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.
|
public DefaultSystemEnvironmentChecklistRetriever()
public List<String> getWarningMessages(Locale locale, boolean asHtml)
SystemEnvironmentChecklistRetrievergetWarningMessages in interface SystemEnvironmentChecklistRetrieverlocale - 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 browserpublic List<String> getEnglishWarningMessages()
SystemEnvironmentChecklistRetrievergetEnglishWarningMessages in interface SystemEnvironmentChecklistRetrieverCopyright © 2002-2024 Atlassian. All Rights Reserved.