Uses of Enum
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 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.TypeModifier and TypeMethodDescriptionstatic IssueIssue.create(Issue.Type type, String message, Issue.Severity severity, String... context)