Uses of Enum Class
org.axonframework.update.api.DetectedVulnerabilitySeverity
Packages that use DetectedVulnerabilitySeverity
-
Uses of DetectedVulnerabilitySeverity in org.axonframework.update.api
Methods in org.axonframework.update.api that return DetectedVulnerabilitySeverityModifier and TypeMethodDescriptionDetectedVulnerability.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.static DetectedVulnerabilitySeverity[]DetectedVulnerabilitySeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.axonframework.update.api with parameters of type DetectedVulnerabilitySeverityModifierConstructorDescriptionDetectedVulnerability(String groupId, String artifactId, DetectedVulnerabilitySeverity severity, String fixVersion, String description) Creates an instance of aDetectedVulnerabilityrecord class.