Job
Represents a device.
Contents
- arn
-
The job's ARN.
Type: String
Length Constraints: Minimum length of 32. Maximum length of 1011.
Pattern:
^arn:.+
Required: No
- counters
-
The job's result counters.
Type: Counters object
Required: No
- created
-
When the job was created.
Type: Timestamp
Required: No
- device
-
The device (phone or tablet).
Type: Device object
Required: No
- deviceMinutes
-
Represents the total (metered or unmetered) minutes used by the job.
Type: DeviceMinutes object
Required: No
- instanceArn
-
The ARN of the instance.
Type: String
Length Constraints: Minimum length of 32. Maximum length of 1011.
Pattern:
^arn:.+
Required: No
- message
-
A message about the job's result.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 16384.
Required: No
- name
-
The job's name.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- result
-
The job's result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED
Type: String
Valid Values:
PENDING | PASSED | WARNED | FAILED | SKIPPED | ERRORED | STOPPED
Required: No
-
- started
-
The job's start time.
Type: Timestamp
Required: No
- status
-
The job's status.
Allowed values include:
-
PENDING
-
PENDING_CONCURRENCY
-
PENDING_DEVICE
-
PROCESSING
-
SCHEDULING
-
PREPARING
-
RUNNING
-
COMPLETED
-
STOPPING
Type: String
Valid Values:
PENDING | PENDING_CONCURRENCY | PENDING_DEVICE | PROCESSING | SCHEDULING | PREPARING | RUNNING | COMPLETED | STOPPING
Required: No
-
- stopped
-
The job's stop time.
Type: Timestamp
Required: No
- type
-
The job's type.
Allowed values include the following:
-
BUILTIN_FUZZ
-
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
-
APPIUM_JAVA_JUNIT
-
APPIUM_JAVA_TESTNG
-
APPIUM_PYTHON
-
APPIUM_NODE
-
APPIUM_RUBY
-
APPIUM_WEB_JAVA_JUNIT
-
APPIUM_WEB_JAVA_TESTNG
-
APPIUM_WEB_PYTHON
-
APPIUM_WEB_NODE
-
APPIUM_WEB_RUBY
-
CALABASH
-
INSTRUMENTATION
-
UIAUTOMATION
-
UIAUTOMATOR
-
XCTEST
-
XCTEST_UI
Type: String
Valid Values:
BUILTIN_FUZZ | BUILTIN_EXPLORER | WEB_PERFORMANCE_PROFILE | APPIUM_JAVA_JUNIT | APPIUM_JAVA_TESTNG | APPIUM_PYTHON | APPIUM_NODE | APPIUM_RUBY | APPIUM_WEB_JAVA_JUNIT | APPIUM_WEB_JAVA_TESTNG | APPIUM_WEB_PYTHON | APPIUM_WEB_NODE | APPIUM_WEB_RUBY | CALABASH | INSTRUMENTATION | UIAUTOMATION | UIAUTOMATOR | XCTEST | XCTEST_UI | REMOTE_ACCESS_RECORD | REMOTE_ACCESS_REPLAY
Required: No
-
- videoCapture
-
This value is set to true if video capture is enabled. Otherwise, it is set to false.
Type: Boolean
Required: No
- videoEndpoint
-
The endpoint for streaming device video.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: