public enum UploadType extends java.lang.Enum<UploadType>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static UploadType |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static UploadType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UploadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadType ANDROID_APP
public static final UploadType IOS_APP
public static final UploadType WEB_APP
public static final UploadType EXTERNAL_DATA
public static final UploadType APPIUM_JAVA_JUNIT_TEST_PACKAGE
public static final UploadType APPIUM_JAVA_TESTNG_TEST_PACKAGE
public static final UploadType APPIUM_PYTHON_TEST_PACKAGE
public static final UploadType APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
public static final UploadType APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
public static final UploadType APPIUM_WEB_PYTHON_TEST_PACKAGE
public static final UploadType CALABASH_TEST_PACKAGE
public static final UploadType INSTRUMENTATION_TEST_PACKAGE
public static final UploadType UIAUTOMATION_TEST_PACKAGE
public static final UploadType UIAUTOMATOR_TEST_PACKAGE
public static final UploadType XCTEST_TEST_PACKAGE
public static final UploadType XCTEST_UI_TEST_PACKAGE
public static UploadType[] values()
for (UploadType c : UploadType.values()) System.out.println(c);
public static UploadType 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<UploadType>
public static UploadType fromValue(java.lang.String value)
value
- real value