|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.util.model.AbstractAnnotation
org.jenkinsci.plugins.DependencyCheck.parser.Warning
public class Warning
A serializable Java Bean class representing a warning.
Note: this class has a natural ordering that is inconsistent with equals.
| Field Summary | |
|---|---|
static String |
ORIGIN
|
| Fields inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
WORKSPACE_FILES |
| Constructor Summary | |
|---|---|
Warning(hudson.plugins.analysis.util.model.Priority priority,
org.owasp.dependencycheck.dependency.Vulnerability vulnerability)
Creates a new instance of Warning. |
|
| Method Summary | |
|---|---|
String |
getSeverity()
Analysis-core only supports Priority, not Severity. |
String |
getToolTip()
|
org.owasp.dependencycheck.dependency.Vulnerability |
getVulnerability()
|
| Methods inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
addLineRange, canDisplayFile, compareTo, equals, getCategory, getColumnEnd, getColumnStart, getContextHashCode, getFileName, getKey, getLineRanges, getLinkLineNumber, getLinkName, getMessage, getModuleName, getOrigin, getPackageName, getPathName, getPrimaryLineNumber, getPriority, getShortFileName, getTempName, getType, hashCode, hasPackageName, intern, intern, isInConsoleLog, setColumnPosition, setColumnPosition, setContextHashCode, setFileName, setModuleName, setOrigin, setPackageName, setPathName, setPriority, superReadResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ORIGIN
| Constructor Detail |
|---|
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 from| Method Detail |
|---|
public org.owasp.dependencycheck.dependency.Vulnerability getVulnerability()
public String getSeverity()
public String getToolTip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||