Class Thresholds.TotalFindings
- java.lang.Object
-
- org.jenkinsci.plugins.DependencyCheck.model.Thresholds.TotalFindings
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Thresholds
public static class Thresholds.TotalFindings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Integer
failedCritical
Integer
failedHigh
Integer
failedLow
Integer
failedMedium
boolean
limitToAnalysisExploitable
Integer
unstableCritical
Integer
unstableHigh
Integer
unstableLow
Integer
unstableMedium
-
Constructor Summary
Constructors Constructor Description TotalFindings()
-
-
-
Field Detail
-
unstableCritical
public Integer unstableCritical
-
unstableHigh
public Integer unstableHigh
-
unstableMedium
public Integer unstableMedium
-
unstableLow
public Integer unstableLow
-
failedCritical
public Integer failedCritical
-
failedHigh
public Integer failedHigh
-
failedMedium
public Integer failedMedium
-
failedLow
public Integer failedLow
-
limitToAnalysisExploitable
public boolean limitToAnalysisExploitable
-
-