public class InstrumentationReport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstrumentationReport.ProjectPath |
| Constructor and Description |
|---|
InstrumentationReport(InstrumentationReport.ProjectPath projectPath,
long id,
String batchName,
String testName,
int appVersionId,
String appVersionName,
long startTime,
int duration,
DeviceDescriptor.DeviceContainer device,
String videoId,
boolean running,
String status,
Set<TestCaseGroup> getTestCaseGroups) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAppVersionId() |
String |
getAppVersionName() |
String |
getBatchName() |
DeviceDescriptor.DeviceContainer |
getDevice() |
int |
getDuration() |
Set<TestCaseGroup> |
getGetTestCaseGroups() |
long |
getId() |
InstrumentationReport.ProjectPath |
getProjectPath() |
long |
getStartTime() |
String |
getStatus() |
String |
getTestName() |
String |
getVideoId() |
boolean |
isRunning() |
String |
toString() |
public InstrumentationReport(InstrumentationReport.ProjectPath projectPath, long id, String batchName, String testName, int appVersionId, String appVersionName, long startTime, int duration, DeviceDescriptor.DeviceContainer device, String videoId, boolean running, String status, Set<TestCaseGroup> getTestCaseGroups)
public Set<TestCaseGroup> getGetTestCaseGroups()
public InstrumentationReport.ProjectPath getProjectPath()
public long getId()
public String getBatchName()
public String getTestName()
public int getAppVersionId()
public String getAppVersionName()
public long getStartTime()
public int getDuration()
public DeviceDescriptor.DeviceContainer getDevice()
public String getVideoId()
public boolean isRunning()
public String getStatus()
Copyright © 2018. All rights reserved.