public class InstrumentationResourceImpl extends Object implements InstrumentationResource
| Constructor and Description |
|---|
InstrumentationResourceImpl(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
StartInstrumentationResponse |
createAndStartAndroidInstrumentation(String apiKey,
StaticInstrumentationRequestData requestData) |
StartInstrumentationResponse |
createAndStartXCUITestInstrumentation(String apiKey,
DynamicInstrumentationRequestData requestData) |
StartInstrumentationResponse |
createAndStartXCUITestInstrumentation(String apiKey,
StaticInstrumentationRequestData requestData) |
String |
getJUnitReport(String apiKey,
long reportId) |
InstrumentationReport |
getTestReport(String apiKey,
long reportId) |
public InstrumentationResourceImpl(javax.ws.rs.client.WebTarget target)
public StartInstrumentationResponse createAndStartXCUITestInstrumentation(String apiKey, StaticInstrumentationRequestData requestData)
createAndStartXCUITestInstrumentation in interface InstrumentationResourcepublic StartInstrumentationResponse createAndStartXCUITestInstrumentation(String apiKey, DynamicInstrumentationRequestData requestData)
createAndStartXCUITestInstrumentation in interface InstrumentationResourcepublic StartInstrumentationResponse createAndStartAndroidInstrumentation(String apiKey, StaticInstrumentationRequestData requestData)
createAndStartAndroidInstrumentation in interface InstrumentationResourcepublic String getJUnitReport(String apiKey, long reportId)
getJUnitReport in interface InstrumentationResourcepublic InstrumentationReport getTestReport(String apiKey, long reportId)
getTestReport in interface InstrumentationResourceCopyright © 2018. All rights reserved.