Class LocalizedSeverity
java.lang.Object
io.jenkins.plugins.analysis.core.util.LocalizedSeverity
Provides localized messages for
Severity
.- Author:
- Ullrich Hafner
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLocalizedString
(edu.hm.hafner.analysis.Severity severity) Returns a localized description of the specified severity.static String
getLongLocalizedString
(edu.hm.hafner.analysis.Severity severity) Returns a long localized description of the specified severity.
-
Method Details
-
getLocalizedString
Returns a localized description of the specified severity.- Parameters:
severity
- the severity to get the text for- Returns:
- localized description of the specified severity
-
getLongLocalizedString
Returns a long localized description of the specified severity.- Parameters:
severity
- the severity to get the text for- Returns:
- long localized description of the specified severity
-