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
show all
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

Instance Attribute Details

#arnString

The ARN of a ReportGroup.

Returns:

  • (String)

    The ARN of a ReportGroup.

#createdTime

The date and time this ReportGroup was created.

Returns:

  • (Time)

    The date and time this ReportGroup was created.

#export_configTypes::ReportExportConfig

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

Returns:

#last_modifiedTime

The date and time this ReportGroup was last modified.

Returns:

  • (Time)

    The date and time this ReportGroup was last modified.

#nameString

The name of a ReportGroup.

Returns:

  • (String)

    The name of a ReportGroup.

#statusString

Possible values:

  • ACTIVE
  • DELETING

Returns:

  • (String)

#tagsArray<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.

Returns:

  • (Array<Types::Tag>)

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

#typeString

The type of the ReportGroup. The one valid value is TEST.

Possible values:

  • TEST
  • CODE_COVERAGE

Returns:

  • (String)

    The type of the ReportGroup.