AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.ReportGroup

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class ReportGroup

The ReportGroup type exposes the following members

Constructors

NameDescription
Public Method ReportGroup()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the ReportGroup.

Public Property Created System.DateTime

Gets and sets the property Created.

The date and time this ReportGroup was created.

Public Property ExportConfig Amazon.CodeBuild.Model.ReportExportConfig

Gets and sets the property ExportConfig.

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

Public Property LastModified System.DateTime

Gets and sets the property LastModified.

The date and time this ReportGroup was last modified.

Public Property Name System.String

Gets and sets the property Name.

The name of the ReportGroup.

Public Property Status Amazon.CodeBuild.ReportGroupStatusType

Gets and sets the property Status.

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

This can be one of the following values:

ACTIVE

The report group is active.

DELETING

The report group is in the process of being deleted.

Public Property Tags System.Collections.Generic.List<Amazon.CodeBuild.Model.Tag>

Gets and sets the property Tags.

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

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

Public Property Type Amazon.CodeBuild.ReportType

Gets and sets the property Type.

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

CODE_COVERAGE

The report group contains code coverage reports.

TEST

The report group contains test reports.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5