ScheduleRunTest

Represents test settings. This data structure is passed in as the test parameter to ScheduleRun. For an example of the JSON request syntax, see ScheduleRun.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The test's filter.

Link copied to clipboard

The test's parameters, such as test framework parameters and fixture settings. Parameters are represented by name-value pairs of strings.

Link copied to clipboard

The ARN of the uploaded test to be run.

Link copied to clipboard

The ARN of the YAML-formatted test specification.

Link copied to clipboard

The test's type.

Functions

Link copied to clipboard
inline fun copy(block: ScheduleRunTest.Builder.() -> Unit = {}): ScheduleRunTest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String