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.

Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.Report

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

Syntax

C#
public class Report

The Report type exposes the following members

Constructors

NameDescription
Public Method Report()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the report run.

Public Property CodeCoverageSummary Amazon.CodeBuild.Model.CodeCoverageReportSummary

Gets and sets the property CodeCoverageSummary.

A CodeCoverageReportSummary object that contains a code coverage summary for this report.

Public Property Created System.DateTime

Gets and sets the property Created.

The date and time this report run occurred.

Public Property ExecutionId System.String

Gets and sets the property ExecutionId.

The ARN of the build run that generated this report.

Public Property Expired System.DateTime

Gets and sets the property Expired.

The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild.

Public Property ExportConfig Amazon.CodeBuild.Model.ReportExportConfig

Gets and sets the property ExportConfig.

Information about where the raw data used to generate this report was exported.

Public Property Name System.String

Gets and sets the property Name.

The name of the report that was run.

Public Property ReportGroupArn System.String

Gets and sets the property ReportGroupArn.

The ARN of the report group associated with this report.

Public Property Status Amazon.CodeBuild.ReportStatusType

Gets and sets the property Status.

The status of this report.

Public Property TestSummary Amazon.CodeBuild.Model.TestReportSummary

Gets and sets the property TestSummary.

A TestReportSummary object that contains information about this test report.

Public Property Truncated System.Boolean

Gets and sets the property Truncated.

A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached.

Public Property Type Amazon.CodeBuild.ReportType

Gets and sets the property Type.

The type of the report that was run.

CODE_COVERAGE

A code coverage report.

TEST

A test report.

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