Package org.eclipse.steady.report
Class Report.AggregatedVuln
- java.lang.Object
-
- org.eclipse.steady.report.Report.AggregatedVuln
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- Report
public static class Report.AggregatedVuln extends Object implements Comparable
-
-
Field Summary
Fields Modifier and Type Field Description booleanaboveThresholdSet<VulnerableDependency>analysesStringarchiveidBugbugStringfilename
-
Constructor Summary
Constructors Constructor Description AggregatedVuln(String _digest, String _filename, Bug _bug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAnalysis(VulnerableDependency _dep)intcompareTo(Object _o)booleanequals(Object obj)Returns true if both digest and bug are equals, false otherwise.Set<VulnerableDependency>getAnalyses()StringgetArchiveid()BuggetBug()StringgetFilename()booleanhasFindingsAboveThreshold()inthashCode()StringtoString()
-
-
-
Field Detail
-
archiveid
public String archiveid
-
filename
public String filename
-
bug
public Bug bug
-
analyses
public Set<VulnerableDependency> analyses
-
aboveThreshold
public boolean aboveThreshold
-
-
Method Detail
-
getArchiveid
public String getArchiveid()
-
getFilename
public String getFilename()
-
getBug
public Bug getBug()
-
addAnalysis
public void addAnalysis(VulnerableDependency _dep)
-
getAnalyses
public Set<VulnerableDependency> getAnalyses()
-
hasFindingsAboveThreshold
public boolean hasFindingsAboveThreshold()
-
equals
public boolean equals(Object obj)
Returns true if both digest and bug are equals, false otherwise.
-
compareTo
public int compareTo(Object _o)
- Specified by:
compareToin interfaceComparable
-
-