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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the report run.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#code_coverage_summaryTypes::CodeCoverageReportSummary

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



4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

The date and time this report run occurred.

Returns:

  • (Time)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The ARN of the build run that generated this report.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#export_configTypes::ReportExportConfig

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



4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the report that was run.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#report_group_arnString

The ARN of the report group associated with this report.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of this report.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#test_summaryTypes::TestReportSummary

A ‘TestReportSummary` object that contains information about this test report.



4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the report that was run.

CODE_COVERAGE

: A code coverage report.

TEST

: A test report.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-codebuild/types.rb', line 4371

class Report < Struct.new(
  :arn,
  :type,
  :name,
  :report_group_arn,
  :execution_id,
  :status,
  :created,
  :expired,
  :export_config,
  :truncated,
  :test_summary,
  :code_coverage_summary)
  SENSITIVE = []
  include Aws::Structure
end