C# Class Amazon.DeviceFarm.ArtifactType

Constants used for properties of type ArtifactType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
APPIUM_JAVA_OUTPUT ArtifactType
APPIUM_JAVA_XML_OUTPUT ArtifactType
APPIUM_PYTHON_OUTPUT ArtifactType
APPIUM_PYTHON_XML_OUTPUT ArtifactType
APPIUM_SERVER_OUTPUT ArtifactType
APPLICATION_CRASH_REPORT ArtifactType
AUTOMATION_OUTPUT ArtifactType
CALABASH_JAVA_XML_OUTPUT ArtifactType
CALABASH_JSON_OUTPUT ArtifactType
CALABASH_PRETTY_OUTPUT ArtifactType
CALABASH_STANDARD_OUTPUT ArtifactType
DEVICE_LOG ArtifactType
EXERCISER_MONKEY_OUTPUT ArtifactType
EXPLORER_EVENT_LOG ArtifactType
EXPLORER_SUMMARY_LOG ArtifactType
INSTRUMENTATION_OUTPUT ArtifactType
MESSAGE_LOG ArtifactType
RESULT_LOG ArtifactType
SCREENSHOT ArtifactType
SERVICE_LOG ArtifactType
UNKNOWN ArtifactType
VIDEO ArtifactType
VIDEO_LOG ArtifactType
WEBKIT_LOG ArtifactType
XCTEST_LOG ArtifactType

Public Methods

Method Description
ArtifactType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : ArtifactType

Finds the constant for the unique value.

Method Details

ArtifactType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public ArtifactType ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ArtifactType
value string The unique value for the constant
return ArtifactType

Property Details

APPIUM_JAVA_OUTPUT public static property

Constant APPIUM_JAVA_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm APPIUM_JAVA_OUTPUT
return ArtifactType

APPIUM_JAVA_XML_OUTPUT public static property

Constant APPIUM_JAVA_XML_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm APPIUM_JAVA_XML_OUTPUT
return ArtifactType

APPIUM_PYTHON_OUTPUT public static property

Constant APPIUM_PYTHON_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm APPIUM_PYTHON_OUTPUT
return ArtifactType

APPIUM_PYTHON_XML_OUTPUT public static property

Constant APPIUM_PYTHON_XML_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm APPIUM_PYTHON_XML_OUTPUT
return ArtifactType

APPIUM_SERVER_OUTPUT public static property

Constant APPIUM_SERVER_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm APPIUM_SERVER_OUTPUT
return ArtifactType

APPLICATION_CRASH_REPORT public static property

Constant APPLICATION_CRASH_REPORT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm APPLICATION_CRASH_REPORT
return ArtifactType

AUTOMATION_OUTPUT public static property

Constant AUTOMATION_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm AUTOMATION_OUTPUT
return ArtifactType

CALABASH_JAVA_XML_OUTPUT public static property

Constant CALABASH_JAVA_XML_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm CALABASH_JAVA_XML_OUTPUT
return ArtifactType

CALABASH_JSON_OUTPUT public static property

Constant CALABASH_JSON_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm CALABASH_JSON_OUTPUT
return ArtifactType

CALABASH_PRETTY_OUTPUT public static property

Constant CALABASH_PRETTY_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm CALABASH_PRETTY_OUTPUT
return ArtifactType

CALABASH_STANDARD_OUTPUT public static property

Constant CALABASH_STANDARD_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm CALABASH_STANDARD_OUTPUT
return ArtifactType

DEVICE_LOG public static property

Constant DEVICE_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm DEVICE_LOG
return ArtifactType

EXERCISER_MONKEY_OUTPUT public static property

Constant EXERCISER_MONKEY_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm EXERCISER_MONKEY_OUTPUT
return ArtifactType

EXPLORER_EVENT_LOG public static property

Constant EXPLORER_EVENT_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm EXPLORER_EVENT_LOG
return ArtifactType

EXPLORER_SUMMARY_LOG public static property

Constant EXPLORER_SUMMARY_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm EXPLORER_SUMMARY_LOG
return ArtifactType

INSTRUMENTATION_OUTPUT public static property

Constant INSTRUMENTATION_OUTPUT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm INSTRUMENTATION_OUTPUT
return ArtifactType

MESSAGE_LOG public static property

Constant MESSAGE_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm MESSAGE_LOG
return ArtifactType

RESULT_LOG public static property

Constant RESULT_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm RESULT_LOG
return ArtifactType

SCREENSHOT public static property

Constant SCREENSHOT for ArtifactType
public static ArtifactType,Amazon.DeviceFarm SCREENSHOT
return ArtifactType

SERVICE_LOG public static property

Constant SERVICE_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm SERVICE_LOG
return ArtifactType

UNKNOWN public static property

Constant UNKNOWN for ArtifactType
public static ArtifactType,Amazon.DeviceFarm UNKNOWN
return ArtifactType

VIDEO public static property

Constant VIDEO for ArtifactType
public static ArtifactType,Amazon.DeviceFarm VIDEO
return ArtifactType

VIDEO_LOG public static property

Constant VIDEO_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm VIDEO_LOG
return ArtifactType

WEBKIT_LOG public static property

Constant WEBKIT_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm WEBKIT_LOG
return ArtifactType

XCTEST_LOG public static property

Constant XCTEST_LOG for ArtifactType
public static ArtifactType,Amazon.DeviceFarm XCTEST_LOG
return ArtifactType