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:
  • Field Details

    • 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
  • Constructor Details

    • TotalFindings

      public TotalFindings()