ReportGroup class

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.

Constructors

ReportGroup({String? arn, DateTime? created, ReportExportConfig? exportConfig, DateTime? lastModified, String? name, ReportGroupStatusType? status, List<Tag>? tags, ReportType? type})
ReportGroup.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of a ReportGroup.
final
created DateTime?
The date and time this ReportGroup was created.
final
exportConfig ReportExportConfig?
Information about the destination where the raw data of this ReportGroup is exported.
final
hashCode int
The hash code for this object.
no setterinherited
lastModified DateTime?
The date and time this ReportGroup was last modified.
final
name String?
The name of a ReportGroup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ReportGroupStatusType?
final
tags List<Tag>?
A list of tag key and value pairs associated with this report group.
final
type ReportType?
The type of the ReportGroup. The one valid value is TEST.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited