Uses of Enum 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.TypeModifier and TypeMethodDescriptionstatic Issue.TypeReturns the enum constant of this class with the specified name.static Issue.Type[]Issue.Type.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.TypeModifier and TypeMethodDescriptionstatic IssueIssue.create(Issue.Type type, String message, Issue.Severity severity, String... context)