Package | Description |
---|---|
org.axonframework.updates.api |
Modifier and Type | Method and Description |
---|---|
DetectedVulnerabilitySeverity |
DetectedVulnerability.severity()
Returns the severity of this detected vulnerability.
|
static DetectedVulnerabilitySeverity |
DetectedVulnerabilitySeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectedVulnerabilitySeverity[] |
DetectedVulnerabilitySeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DetectedVulnerability(String groupId,
String artifactId,
DetectedVulnerabilitySeverity severity,
String fixVersion,
String description)
Constructs a
DetectedVulnerability with the given groupId , artifactId , severity ,
fixVersion , and description . |
Copyright © 2010–2025. All rights reserved.