Class StatisticGroup
- java.lang.Object
-
- org.jenkinsci.plugins.codedx.model.StatisticGroup
-
public class StatisticGroup extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
Assigned
static String
Critical
static String
Escalated
static String
FalsePositive
static String
Fixed
static String
Gone
static String
High
static String
Ignored
static String
Info
static String
Low
static String
Medium
static String
Mitigated
static String
New
static String
Reopened
static String
Unresolved
static String
Unspecified
-
Constructor Summary
Constructors Constructor Description StatisticGroup()
-
-
-
Field Detail
-
Unspecified
public static final String Unspecified
- See Also:
- Constant Field Values
-
Info
public static final String Info
- See Also:
- Constant Field Values
-
Low
public static final String Low
- See Also:
- Constant Field Values
-
Medium
public static final String Medium
- See Also:
- Constant Field Values
-
High
public static final String High
- See Also:
- Constant Field Values
-
Critical
public static final String Critical
- See Also:
- Constant Field Values
-
Gone
public static final String Gone
- See Also:
- Constant Field Values
-
New
public static final String New
- See Also:
- Constant Field Values
-
Assigned
public static final String Assigned
- See Also:
- Constant Field Values
-
Escalated
public static final String Escalated
- See Also:
- Constant Field Values
-
Unresolved
public static final String Unresolved
- See Also:
- Constant Field Values
-
FalsePositive
public static final String FalsePositive
- See Also:
- Constant Field Values
-
Ignored
public static final String Ignored
- See Also:
- Constant Field Values
-
Mitigated
public static final String Mitigated
- See Also:
- Constant Field Values
-
Fixed
public static final String Fixed
- See Also:
- Constant Field Values
-
Reopened
public static final String Reopened
- See Also:
- Constant Field Values
-
-