@Generated(value="software.amazon.awssdk:codegen") public class Suite extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<Suite.Builder,Suite>
Represents a collection of one or more tests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Suite.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The suite's ARN.
|
static Suite.Builder |
builder() |
Counters |
counters()
The suite's result counters.
|
Instant |
created()
When the suite was created.
|
DeviceMinutes |
deviceMinutes()
Represents the total (metered or unmetered) minutes used by the test suite.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
message()
A message about the suite's result.
|
String |
name()
The suite's name.
|
String |
result()
The suite's result.
|
static Class<? extends Suite.Builder> |
serializableBuilderClass() |
Instant |
started()
The suite's start time.
|
String |
status()
The suite's status.
|
Instant |
stopped()
The suite's stop time.
|
Suite.Builder |
toBuilder() |
String |
toString() |
String |
type()
The suite's type.
|
public String arn()
The suite's ARN.
public String name()
The suite's name.
public String type()
The suite's type.
Must be one of the following values:
BUILTIN_FUZZ: The built-in fuzz type.
BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT: The Appium Java JUnit type.
APPIUM_JAVA_TESTNG: The Appium Java TestNG type.
APPIUM_PYTHON: The Appium Python type.
APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps.
APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps.
APPIUM_WEB_PYTHON: The Appium Python type for Web apps.
CALABASH: The Calabash type.
INSTRUMENTATION: The Instrumentation type.
UIAUTOMATION: The uiautomation type.
UIAUTOMATOR: The uiautomator type.
XCTEST: The XCode test type.
XCTEST_UI: The XCode UI test type.
Must be one of the following values:
BUILTIN_FUZZ: The built-in fuzz type.
BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT: The Appium Java JUnit type.
APPIUM_JAVA_TESTNG: The Appium Java TestNG type.
APPIUM_PYTHON: The Appium Python type.
APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps.
APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps.
APPIUM_WEB_PYTHON: The Appium Python type for Web apps.
CALABASH: The Calabash type.
INSTRUMENTATION: The Instrumentation type.
UIAUTOMATION: The uiautomation type.
UIAUTOMATOR: The uiautomator type.
XCTEST: The XCode test type.
XCTEST_UI: The XCode UI test type.
TestTypepublic Instant created()
When the suite was created.
public String status()
The suite's status.
Allowed values include:
PENDING: A pending status.
PENDING_CONCURRENCY: A pending concurrency status.
PENDING_DEVICE: A pending device status.
PROCESSING: A processing status.
SCHEDULING: A scheduling status.
PREPARING: A preparing status.
RUNNING: A running status.
COMPLETED: A completed status.
STOPPING: A stopping status.
Allowed values include:
PENDING: A pending status.
PENDING_CONCURRENCY: A pending concurrency status.
PENDING_DEVICE: A pending device status.
PROCESSING: A processing status.
SCHEDULING: A scheduling status.
PREPARING: A preparing status.
RUNNING: A running status.
COMPLETED: A completed status.
STOPPING: A stopping status.
ExecutionStatuspublic String result()
The suite's result.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
ExecutionResultpublic Instant started()
The suite's start time.
public Instant stopped()
The suite's stop time.
public Counters counters()
The suite's result counters.
public String message()
A message about the suite's result.
public DeviceMinutes deviceMinutes()
Represents the total (metered or unmetered) minutes used by the test suite.
public Suite.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Suite.Builder,Suite>public static Suite.Builder builder()
public static Class<? extends Suite.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.