| Package | Description |
|---|---|
| org.testobject.rest.api.model |
| Modifier and Type | Method and Description |
|---|---|
TestSuiteReport.Status |
TestSuiteReport.getStatus() |
TestSuiteReport.Status |
TestSuiteReport.ReportView.getStatus() |
static TestSuiteReport.Status |
TestSuiteReport.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestSuiteReport.Status[] |
TestSuiteReport.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestSuiteReport.Status.isSevere(TestSuiteReport.Status other) |
void |
TestSuiteReport.setStatus(TestSuiteReport.Status status) |
void |
TestSuiteReport.ReportView.setStatus(TestSuiteReport.Status status) |
| Constructor and Description |
|---|
ReportView(long reportId,
TestSuiteReport.Status status) |
TestSuiteReport(long id,
long testSuiteId,
String name,
long startTime,
long duration,
TestSuiteReport.Status status,
List<TestSuiteReport.TestView> tests,
List<TestSuiteReport.DeviceView> devices,
List<TestSuiteReport.ReportEntry> reports,
String networkSpeed) |
Copyright © 2018. All rights reserved.