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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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.



5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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.



5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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.



5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
# File 'lib/aws-sdk-codebuild/types.rb', line 5127

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