Uses of Class
com.amazonaws.services.devicefarm.model.Test
-
Packages that use Test Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Test in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Test Modifier and Type Method 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(TestType type)
The test's type.Test
Test. withType(String type)
The test's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Test Modifier and Type Method Description List<Test>
ListTestsResult. getTests()
Information about the tests.Methods in com.amazonaws.services.devicefarm.model with parameters of type Test Modifier and Type Method Description void
GetTestResult. setTest(Test test)
GetTestResult
GetTestResult. withTest(Test test)
ListTestsResult
ListTestsResult. withTests(Test... tests)
Information about the tests.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Test Modifier and Type Method Description void
ListTestsResult. setTests(Collection<Test> tests)
Information about the tests.ListTestsResult
ListTestsResult. withTests(Collection<Test> tests)
Information about the tests.
-