ReportGroup

A series of reports. Each report contains information about the results from running a series of test cases. You specify the test cases for a report group in the buildspec for a build project using one or more paths to the test case files.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the ReportGroup.

Link copied to clipboard

The date and time this ReportGroup was created.

Link copied to clipboard

Information about the destination where the raw data of this ReportGroup is exported.

Link copied to clipboard

The date and time this ReportGroup was last modified.

Link copied to clipboard
val name: String?

The name of the ReportGroup.

Link copied to clipboard

The status of the report group. This property is read-only.

Link copied to clipboard
val tags: List<Tag>?

A list of tag key and value pairs associated with this report group.

Link copied to clipboard

The type of the ReportGroup. This can be one of the following values:

Functions

Link copied to clipboard
inline fun copy(block: ReportGroup.Builder.() -> Unit = {}): ReportGroup
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