Report class
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.
Constructors
- Report({String? arn, CodeCoverageReportSummary? codeCoverageSummary, DateTime? created, String? executionId, DateTime? expired, ReportExportConfig? exportConfig, String? name, String? reportGroupArn, ReportStatusType? status, TestReportSummary? testSummary, bool? truncated, ReportType? type})
-
Report.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The ARN of the report run.
final
- codeCoverageSummary → CodeCoverageReportSummary?
-
A
CodeCoverageReportSummary
object that contains a code coverage summary for this report.final - created → DateTime?
-
The date and time this report run occurred.
final
- executionId → String?
-
The ARN of the build run that generated this report.
final
- expired → DateTime?
-
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.
final
- exportConfig → ReportExportConfig?
-
Information about where the raw data used to generate this report was
exported.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the report that was run.
final
- reportGroupArn → String?
-
The ARN of the report group associated with this report.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ReportStatusType?
-
The status of this report.
final
- testSummary → TestReportSummary?
-
A
TestReportSummary
object that contains information about this test report.final - truncated → bool?
-
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.
final
- type → ReportType?
-
The type of the report that was run.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited