| Package | Description |
|---|---|
| org.jenkinsci.plugins.DependencyTrack.model |
| Modifier and Type | Method and Description |
|---|---|
Severity |
Vulnerability.getSeverity() |
static Severity |
Severity.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeverityDistribution.add(Severity severity) |
| Constructor and Description |
|---|
Vulnerability(String uuid,
String source,
String vulnId,
String title,
String subtitle,
String description,
String recommendation,
Severity severity,
Integer severityRank,
Integer cweId,
String cweName) |
Copyright © 2018 OWASP. All rights reserved.