Uses of Class
org.bonitasoft.plugin.analyze.report.model.Issue.Type
-
-
Uses of Issue.Type in org.bonitasoft.plugin.analyze.report.model
Methods in org.bonitasoft.plugin.analyze.report.model that return Issue.Type Modifier and Type Method Description static Issue.TypeIssue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Issue.Type[]Issue.Type. 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.Type Modifier and Type Method Description static IssueIssue. create(Issue.Type type, String message, Issue.Severity severity, String... context)
-