Uses of Enum Class
com.amazon.inspector.jenkins.amazoninspectorbuildstep.sbomparsing.Severity
Packages that use Severity
Package
Description
-
Uses of Severity in com.amazon.inspector.jenkins.amazoninspectorbuildstep.sbomparsing
Methods in com.amazon.inspector.jenkins.amazoninspectorbuildstep.sbomparsing that return SeverityModifier and TypeMethodDescriptionstatic SeveritySeverity.getHigherSeverity(Severity sevLeft, Severity sevRight) protected SeveritySbomOutputParser.getHighestRatingFromList(List<Rating> ratings) static SeveritySeverity.getSeverityFromString(String severityName) static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amazon.inspector.jenkins.amazoninspectorbuildstep.sbomparsing with parameters of type Severity -
Uses of Severity in com.amazon.inspector.jenkins.amazoninspectorbuildstep.utils
Methods in com.amazon.inspector.jenkins.amazoninspectorbuildstep.utils that return SeverityModifier and TypeMethodDescriptionstatic SeverityConversionUtils.getSeverity(Vulnerability vulnerability)