You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeBuild::Types::ReportGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ReportGroup
- Defined in:
- (unknown)
Overview
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.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of a
ReportGroup
. -
#created ⇒ Time
The date and time this
ReportGroup
was created. -
#export_config ⇒ Types::ReportExportConfig
Information about the destination where the raw data of this
ReportGroup
is exported. -
#last_modified ⇒ Time
The date and time this
ReportGroup
was last modified. -
#name ⇒ String
The name of a
ReportGroup
. -
#status ⇒ String
Possible values:
- ACTIVE
- DELETING
.
-
#tags ⇒ Array<Types::Tag>
A list of tag key and value pairs associated with this report group.
-
#type ⇒ String
The type of the
ReportGroup
.
Instance Attribute Details
#arn ⇒ String
The ARN of a ReportGroup
.
#created ⇒ Time
The date and time this ReportGroup
was created.
#export_config ⇒ Types::ReportExportConfig
Information about the destination where the raw data of this
ReportGroup
is exported.
#last_modified ⇒ Time
The date and time this ReportGroup
was last modified.
#name ⇒ String
The name of a ReportGroup
.
#status ⇒ String
Possible values:
- ACTIVE
- DELETING
#tags ⇒ Array<Types::Tag>
A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
#type ⇒ String
The type of the ReportGroup
. The one valid value is TEST
.
Possible values:
- TEST
- CODE_COVERAGE