Enum Class DeviceSource

java.lang.Object
java.lang.Enum<DeviceSource>
com.hp.lft.sdk.mobile.DeviceSource
All Implemented Interfaces:
Serializable, Comparable<DeviceSource>, java.lang.constant.Constable

public enum DeviceSource extends Enum<DeviceSource>
The source location of the device.
  • Enum Constant Details

    • MOBILE_CENTER

      public static final DeviceSource MOBILE_CENTER
      Device is stored on OpenText Functional Testing Lab.
    • ON_PREMISES

      public static final DeviceSource ON_PREMISES
      Device is stored on OpenText Functional Testing Lab.
    • AMAZON_DEVICE_FARM

      public static final DeviceSource AMAZON_DEVICE_FARM
      Device is stored on an AWS Device Farm.
    • SRF_DEVICE_LAB

      public static final DeviceSource SRF_DEVICE_LAB
      The device is stored on Storm Runner Functional (SRF).
    • HOSTED

      public static final DeviceSource HOSTED
      The device is hosted by OpenText.
    • GENYCLOUD

      public static final DeviceSource GENYCLOUD
      The device is provided by Genymotion.
    • WETEST

      public static final DeviceSource WETEST
      The device is provided by a Tencent WeTest device farm.
    • ANY

      public static final DeviceSource ANY
      The device is stored or provided by any of the supported sources.
  • Method Details

    • values

      public static DeviceSource[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DeviceSource valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null