AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Represents a device.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Job

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Job : Object

The Job type exposes the following members

Constructors

NameDescription
Public Method Job()

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

The job's ARN.

Public Property Counters Amazon.DeviceFarm.Model.Counters Gets and sets the property Counters.

The job's result counters.

Public Property Created System.DateTime Gets and sets the property Created.

When the job was created.

Public Property Device Amazon.DeviceFarm.Model.Device Gets and sets the property Device.
Public Property DeviceMinutes Amazon.DeviceFarm.Model.DeviceMinutes Gets and sets the property DeviceMinutes.

Represents the total (metered or unmetered) minutes used by the job.

Public Property Message System.String Gets and sets the property Message.

A message about the job's result.

Public Property Name System.String Gets and sets the property Name.

The job's name.

Public Property Result Amazon.DeviceFarm.ExecutionResult Gets and sets the property Result.

The job's result.

Allowed values include:

  • ERRORED: An error condition.

  • FAILED: A failed condition.

  • SKIPPED: A skipped condition.

  • STOPPED: A stopped condition.

  • PASSED: A passing condition.

  • PENDING: A pending condition.

  • WARNED: A warning condition.

Public Property Started System.DateTime Gets and sets the property Started.

The job's start time.

Public Property Status Amazon.DeviceFarm.ExecutionStatus Gets and sets the property Status.

The job's status.

Allowed values include:

  • COMPLETED: A completed status.

  • PENDING: A pending status.

  • PROCESSING: A processing status.

  • RUNNING: A running status.

  • SCHEDULING: A scheduling status.

Public Property Stopped System.DateTime Gets and sets the property Stopped.

The job's stop time.

Public Property Type Amazon.DeviceFarm.TestType Gets and sets the property Type.

The job's type.

Allowed values include the following:

  • BUILTIN_FUZZ: The built-in fuzz type.

  • BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.

  • APPIUM_JAVA_JUNIT: The Appium Java JUnit type.

  • APPIUM_JAVA_TESTNG: The Appium Java TestNG type.

  • APPIUM_PYTHON: The Appium Python type.

  • CALABASH: The Calabash type.

  • INSTRUMENTATION: The Instrumentation type.

  • UIAUTOMATION: The uiautomation type.

  • UIAUTOMATOR: The uiautomator type.

  • XCTEST: The XCode test type.

  • APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps.

  • APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps.

  • APPIUM_WEB_PYTHON: The Appium Python type for Web apps.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5