Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Suite |
Suite.clone() |
Suite |
GetSuiteResult.getSuite() |
Suite |
Suite.withArn(String arn)
The suite's ARN.
|
Suite |
Suite.withCounters(Counters counters)
The suite's result counters.
|
Suite |
Suite.withCreated(Date created)
When the suite was created.
|
Suite |
Suite.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test
suite.
|
Suite |
Suite.withMessage(String message)
A message about the suite's result.
|
Suite |
Suite.withName(String name)
The suite's name.
|
Suite |
Suite.withResult(ExecutionResult result)
The suite's result.
|
Suite |
Suite.withResult(String result)
The suite's result.
|
Suite |
Suite.withStarted(Date started)
The suite's start time.
|
Suite |
Suite.withStatus(ExecutionStatus status)
The suite's status.
|
Suite |
Suite.withStatus(String status)
The suite's status.
|
Suite |
Suite.withStopped(Date stopped)
The suite's stop time.
|
Suite |
Suite.withType(String type)
The suite's type.
|
Suite |
Suite.withType(TestType type)
The suite's type.
|
Modifier and Type | Method and Description |
---|---|
List<Suite> |
ListSuitesResult.getSuites()
Information about the suites.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSuiteResult.setSuite(Suite suite) |
GetSuiteResult |
GetSuiteResult.withSuite(Suite suite) |
ListSuitesResult |
ListSuitesResult.withSuites(Suite... suites)
Information about the suites.
|
Modifier and Type | Method and Description |
---|---|
void |
ListSuitesResult.setSuites(Collection<Suite> suites)
Information about the suites.
|
ListSuitesResult |
ListSuitesResult.withSuites(Collection<Suite> suites)
Information about the suites.
|
Copyright © 2018. All rights reserved.