You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::Report

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the report run.

Returns:

  • (String)

    The ARN of the report run.

#code_coverage_summaryTypes::CodeCoverageReportSummary

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

Returns:

#createdTime

The date and time this report run occurred.

Returns:

  • (Time)

    The date and time this report run occurred.

#execution_idString

The ARN of the build run that generated this report.

Returns:

  • (String)

    The ARN of the build run that generated this report.

#expiredTime

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.

Returns:

  • (Time)

    The date and time a report expires.

#export_configTypes::ReportExportConfig

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

Returns:

#nameString

The name of the report that was run.

Returns:

  • (String)

    The name of the report that was run.

#report_group_arnString

The ARN of the report group associated with this report.

Returns:

  • (String)

    The ARN of the report group associated with this report.

#statusString

The status of this report.

Possible values:

  • GENERATING
  • SUCCEEDED
  • FAILED
  • INCOMPLETE
  • DELETING

Returns:

  • (String)

    The status of this report.

#test_summaryTypes::TestReportSummary

A TestReportSummary object that contains information about this test report.

Returns:

#truncatedBoolean

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.

Returns:

  • (Boolean)

    A boolean that specifies if this report run is truncated.

#typeString

The type of the report that was run.

CODE_COVERAGE

A code coverage report.

TEST

A test report.

Possible values:

  • TEST
  • CODE_COVERAGE

Returns:

  • (String)

    The type of the report that was run.