Class Thresholds
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.util.Thresholds
-
- All Implemented Interfaces:
Serializable
@Deprecated public class Thresholds extends Object implements Serializable
Deprecated.replaced byQualityGate
Data object that simply stores the thresholds.- Author:
- Ullrich Hafner
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
failedNewAll
Deprecated.int
failedNewHigh
Deprecated.int
failedNewLow
Deprecated.int
failedNewNormal
Deprecated.int
failedTotalAll
Deprecated.int
failedTotalHigh
Deprecated.int
failedTotalLow
Deprecated.int
failedTotalNormal
Deprecated.int
unstableNewAll
Deprecated.int
unstableNewHigh
Deprecated.int
unstableNewLow
Deprecated.int
unstableNewNormal
Deprecated.int
unstableTotalAll
Deprecated.int
unstableTotalHigh
Deprecated.int
unstableTotalLow
Deprecated.int
unstableTotalNormal
Deprecated.
-
Constructor Summary
Constructors Constructor Description Thresholds()
Deprecated.
-
-
-
Field Detail
-
unstableTotalAll
public int unstableTotalAll
Deprecated.
-
unstableTotalHigh
public int unstableTotalHigh
Deprecated.
-
unstableTotalNormal
public int unstableTotalNormal
Deprecated.
-
unstableTotalLow
public int unstableTotalLow
Deprecated.
-
unstableNewAll
public int unstableNewAll
Deprecated.
-
unstableNewHigh
public int unstableNewHigh
Deprecated.
-
unstableNewNormal
public int unstableNewNormal
Deprecated.
-
unstableNewLow
public int unstableNewLow
Deprecated.
-
failedTotalAll
public int failedTotalAll
Deprecated.
-
failedTotalHigh
public int failedTotalHigh
Deprecated.
-
failedTotalNormal
public int failedTotalNormal
Deprecated.
-
failedTotalLow
public int failedTotalLow
Deprecated.
-
failedNewAll
public int failedNewAll
Deprecated.
-
failedNewHigh
public int failedNewHigh
Deprecated.
-
failedNewNormal
public int failedNewNormal
Deprecated.
-
failedNewLow
public int failedNewLow
Deprecated.
-
-