Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Test |
Test.clone() |
Test |
GetTestResult.getTest() |
Test |
Test.withArn(String arn)
The test's ARN.
|
Test |
Test.withCounters(Counters counters)
The test's result counters.
|
Test |
Test.withCreated(Date created)
When the test was created.
|
Test |
Test.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
|
Test |
Test.withMessage(String message)
A message about the test's result.
|
Test |
Test.withName(String name)
The test's name.
|
Test |
Test.withResult(ExecutionResult result)
The test's result.
|
Test |
Test.withResult(String result)
The test's result.
|
Test |
Test.withStarted(Date started)
The test's start time.
|
Test |
Test.withStatus(ExecutionStatus status)
The test's status.
|
Test |
Test.withStatus(String status)
The test's status.
|
Test |
Test.withStopped(Date stopped)
The test's stop time.
|
Test |
Test.withType(String type)
The test's type.
|
Test |
Test.withType(TestType type)
The test's type.
|
Modifier and Type | Method and Description |
---|---|
List<Test> |
ListTestsResult.getTests()
Information about the tests.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTestResult.setTest(Test test) |
GetTestResult |
GetTestResult.withTest(Test test) |
ListTestsResult |
ListTestsResult.withTests(Test... tests)
Information about the tests.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTestsResult.setTests(Collection<Test> tests)
Information about the tests.
|
ListTestsResult |
ListTestsResult.withTests(Collection<Test> tests)
Information about the tests.
|
Copyright © 2018. All rights reserved.