Uses of Enum 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.SeverityModifier and TypeMethodDescriptionstatic Issue.SeverityReturns the enum constant of this class with the specified name.static Issue.Severity[]Issue.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bonitasoft.plugin.analyze.report.model with parameters of type Issue.SeverityModifier and TypeMethodDescriptionstatic IssueIssue.create(Issue.Type type, String message, Issue.Severity severity, String... context)