public static enum CustomReportFormatter.Tag extends Enum<CustomReportFormatter.Tag>
| Enum Constant and Description |
|---|
AT_LEAST_CRITICAL_ISSUE_COUNT |
AT_LEAST_MAJOR_ISSUE_COUNT |
AT_LEAST_MINOR_ISSUE_COUNT |
BLOCKER_ISSUE_COUNT |
CRITICAL_ISSUE_COUNT |
INFO_ISSUE_COUNT |
MAJOR_ISSUE_COUNT |
MINOR_ISSUE_COUNT |
TOTAL_COUNT |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Severity |
getSeverity() |
static CustomReportFormatter.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomReportFormatter.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomReportFormatter.Tag INFO_ISSUE_COUNT
public static final CustomReportFormatter.Tag MINOR_ISSUE_COUNT
public static final CustomReportFormatter.Tag MAJOR_ISSUE_COUNT
public static final CustomReportFormatter.Tag CRITICAL_ISSUE_COUNT
public static final CustomReportFormatter.Tag BLOCKER_ISSUE_COUNT
public static final CustomReportFormatter.Tag AT_LEAST_MINOR_ISSUE_COUNT
public static final CustomReportFormatter.Tag AT_LEAST_MAJOR_ISSUE_COUNT
public static final CustomReportFormatter.Tag AT_LEAST_CRITICAL_ISSUE_COUNT
public static final CustomReportFormatter.Tag TOTAL_COUNT
public static CustomReportFormatter.Tag[] values()
for (CustomReportFormatter.Tag c : CustomReportFormatter.Tag.values()) System.out.println(c);
public static CustomReportFormatter.Tag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public Severity getSeverity()
Copyright © 2016-2017. All Rights Reserved.