Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Use this in place of valueOf.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
APPIUM_JAVA_JUNIT_TEST_PACKAGE
public static final UploadType APPIUM_JAVA_JUNIT_TEST_PACKAGE
APPIUM_JAVA_TESTNG_TEST_PACKAGE
public static final UploadType APPIUM_JAVA_TESTNG_TEST_PACKAGE
APPIUM_PYTHON_TEST_PACKAGE
public static final UploadType APPIUM_PYTHON_TEST_PACKAGE
APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
public static final UploadType APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
public static final UploadType APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
APPIUM_WEB_PYTHON_TEST_PACKAGE
public static final UploadType APPIUM_WEB_PYTHON_TEST_PACKAGE
CALABASH_TEST_PACKAGE
public static final UploadType CALABASH_TEST_PACKAGE
INSTRUMENTATION_TEST_PACKAGE
public static final UploadType INSTRUMENTATION_TEST_PACKAGE
UIAUTOMATION_TEST_PACKAGE
public static final UploadType UIAUTOMATION_TEST_PACKAGE
UIAUTOMATOR_TEST_PACKAGE
public static final UploadType UIAUTOMATOR_TEST_PACKAGE
XCTEST_TEST_PACKAGE
public static final UploadType XCTEST_TEST_PACKAGE
XCTEST_UI_TEST_PACKAGE
public static final UploadType XCTEST_UI_TEST_PACKAGE
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromValue
Use this in place of valueOf.
Parameters:
value
- real value
Returns:
UploadType corresponding to the value