public enum CucumberReportLink extends Enum<CucumberReportLink>
| Enum Constant and Description |
|---|
BREAKDOWN_URL |
CHART_URL |
COMMON_URL |
CONSOLIDATED_URL |
COVERAGE_OVERVIEW_URL |
DETAILED_URL |
FEATURE_MAP_URL |
FEATURE_OVERVIEW_URL |
KNOWN_ERRORS_URL |
RESULTS_OVERVIEW_URL |
RETROSPECTIVE_OVERVIEW_URL |
USAGE_URL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CucumberReportLink |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CucumberReportLink[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CucumberReportLink COMMON_URL
public static final CucumberReportLink BREAKDOWN_URL
public static final CucumberReportLink CHART_URL
public static final CucumberReportLink CONSOLIDATED_URL
public static final CucumberReportLink COVERAGE_OVERVIEW_URL
public static final CucumberReportLink DETAILED_URL
public static final CucumberReportLink FEATURE_MAP_URL
public static final CucumberReportLink FEATURE_OVERVIEW_URL
public static final CucumberReportLink KNOWN_ERRORS_URL
public static final CucumberReportLink RESULTS_OVERVIEW_URL
public static final CucumberReportLink RETROSPECTIVE_OVERVIEW_URL
public static final CucumberReportLink USAGE_URL
private String value
public static CucumberReportLink[] values()
for (CucumberReportLink c : CucumberReportLink.values()) System.out.println(c);
public static CucumberReportLink 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 toString()
toString in class Enum<CucumberReportLink>Copyright © 2013-2017. All Rights Reserved.