Uses of Enum
com.amazon.inspector.jenkins.amazoninspectorbuildstep.sbomparsing.Severity
-
Uses of Severity in com.amazon.inspector.jenkins.amazoninspectorbuildstep.sbomparsing
Modifier and TypeMethodDescriptionstatic Severity
Severity.getHigherSeverity
(Severity sevLeft, Severity sevRight) protected Severity
SbomOutputParser.getHighestRatingFromList
(List<Rating> ratings) static Severity
Severity.getSeverityFromString
(String severityName) static Severity
Returns the enum constant of this type with the specified name.static Severity[]
Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.