public class Warning
extends hudson.plugins.analysis.util.model.AbstractAnnotation
Note: this class has a natural ordering that is inconsistent with equals.
| Constructor and Description |
|---|
Warning(hudson.plugins.analysis.util.model.Priority priority,
org.owasp.dependencycheck.dependency.Vulnerability vulnerability)
Creates a new instance of
Warning. |
| Modifier and Type | Method and Description |
|---|---|
String |
getSeverity()
Analysis-core only supports Priority, not Severity.
|
String |
getToolTip() |
org.owasp.dependencycheck.dependency.Vulnerability |
getVulnerability() |
addLineRange, canDisplayFile, compareTo, equals, getCategory, getContextHashCode, getFileName, getKey, getLineRanges, getLinkLineNumber, getLinkName, getMessage, getModuleName, getOrigin, getPackageName, getPathName, getPrimaryLineNumber, getPriority, getShortFileName, getTempName, getType, hashCode, hasPackageName, intern, intern, setColumnPosition, setContextHashCode, setFileName, setModuleName, setOrigin, setPackageName, setPathName, setPriority, superReadResolve, toStringpublic static final String ORIGIN
public Warning(hudson.plugins.analysis.util.model.Priority priority,
org.owasp.dependencycheck.dependency.Vulnerability vulnerability)
Warning.priority - the priorityvulnerability - the vulnerability to make the annotation frompublic org.owasp.dependencycheck.dependency.Vulnerability getVulnerability()
public String getSeverity()
public String getToolTip()
Copyright © 2012-2013 OWASP. All Rights Reserved.