Uses of Class
de.chkal.maven.gitlab.codequality.Finding.Severity
-
Packages that use Finding.Severity Package Description de.chkal.maven.gitlab.codequality -
-
Uses of Finding.Severity in de.chkal.maven.gitlab.codequality
Methods in de.chkal.maven.gitlab.codequality that return Finding.Severity Modifier and Type Method Description Finding.SeverityFinding. getSeverity()static Finding.SeverityFinding.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static Finding.Severity[]Finding.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.chkal.maven.gitlab.codequality with parameters of type Finding.Severity Modifier and Type Method Description voidFinding. setSeverity(Finding.Severity severity)
-