Class Thresholds.NewFindings

java.lang.Object
org.jenkinsci.plugins.DependencyCheck.model.Thresholds.NewFindings
All Implemented Interfaces:
Serializable
Enclosing class:
Thresholds

public static class Thresholds.NewFindings 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

    • NewFindings

      public NewFindings()