public enum TeamCityImportDataType extends java.lang.Enum<TeamCityImportDataType>
| Enum Constant and Description |
|---|
CHECKSTYLE |
FINDBUGS |
FXCOP |
GTEST |
JSLINT |
JUNIT |
MSTEST |
NUNIT |
PMD |
PMDCPD |
RESHARPERDUPFINDER |
SUREFIRE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TeamCityImportDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamCityImportDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamCityImportDataType JUNIT
public static final TeamCityImportDataType SUREFIRE
public static final TeamCityImportDataType NUNIT
public static final TeamCityImportDataType MSTEST
public static final TeamCityImportDataType GTEST
public static final TeamCityImportDataType CHECKSTYLE
public static final TeamCityImportDataType FINDBUGS
public static final TeamCityImportDataType JSLINT
public static final TeamCityImportDataType FXCOP
public static final TeamCityImportDataType PMD
public static final TeamCityImportDataType PMDCPD
public static final TeamCityImportDataType RESHARPERDUPFINDER
public static TeamCityImportDataType[] values()
for (TeamCityImportDataType c : TeamCityImportDataType.values()) System.out.println(c);
public static TeamCityImportDataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TeamCityImportDataType>