Uses of Class
org.bonitasoft.plugin.analyze.report.model.Issue.Severity
-
-
Uses of Issue.Severity in org.bonitasoft.plugin.analyze.report.model
Methods in org.bonitasoft.plugin.analyze.report.model that return Issue.Severity Modifier and Type Method Description static Issue.SeverityIssue.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static Issue.Severity[]Issue.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.plugin.analyze.report.model with parameters of type Issue.Severity Modifier and Type Method Description static IssueIssue. create(Issue.Type type, String message, Issue.Severity severity, String... context)
-