public class DynamicInstrumentationRequestData extends Object
| Constructor and Description |
|---|
DynamicInstrumentationRequestData(String testName,
String testSpecAppId,
String appUnderTestAppId,
String dataCenterId,
DeviceNameQuery deviceNameQuery,
String platformVersion,
Boolean privateDevicesOnly,
Boolean tabletOnly,
Boolean phoneOnly,
String tunnelIdentifier,
Map<String,String> testOptions,
List<TestToRun> testsToRun) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppUnderTestAppId() |
String |
getDataCenterId() |
DeviceNameQuery |
getDeviceNameQuery() |
Boolean |
getPhoneOnly() |
String |
getPlatformVersion() |
Boolean |
getPrivateDevicesOnly() |
Boolean |
getTabletOnly() |
String |
getTestName() |
Map<String,String> |
getTestOptions() |
String |
getTestSpecAppId() |
List<TestToRun> |
getTestsToRun() |
String |
getTunnelIdentifier() |
public DynamicInstrumentationRequestData(String testName, String testSpecAppId, String appUnderTestAppId, String dataCenterId, DeviceNameQuery deviceNameQuery, String platformVersion, Boolean privateDevicesOnly, Boolean tabletOnly, Boolean phoneOnly, String tunnelIdentifier, Map<String,String> testOptions, List<TestToRun> testsToRun)
public String getTestSpecAppId()
public String getAppUnderTestAppId()
public String getDataCenterId()
public DeviceNameQuery getDeviceNameQuery()
public String getPlatformVersion()
public Boolean getPrivateDevicesOnly()
public Boolean getTabletOnly()
public Boolean getPhoneOnly()
public String getTunnelIdentifier()
public String getTestName()
Copyright © 2018. All rights reserved.