Report.Builder |
Report.Builder.arn(String arn) |
The ARN of the report run.
|
static Report.Builder |
Report.builder() |
|
default Report.Builder |
Report.Builder.codeCoverageSummary(Consumer<CodeCoverageReportSummary.Builder> codeCoverageSummary) |
A CodeCoverageReportSummary object that contains a code coverage summary for this report.
|
Report.Builder |
Report.Builder.codeCoverageSummary(CodeCoverageReportSummary codeCoverageSummary) |
A CodeCoverageReportSummary object that contains a code coverage summary for this report.
|
Report.Builder |
Report.Builder.created(Instant created) |
The date and time this report run occurred.
|
Report.Builder |
Report.Builder.executionId(String executionId) |
The ARN of the build run that generated this report.
|
Report.Builder |
Report.Builder.expired(Instant expired) |
The date and time a report expires.
|
default Report.Builder |
Report.Builder.exportConfig(Consumer<ReportExportConfig.Builder> exportConfig) |
Information about where the raw data used to generate this report was exported.
|
Report.Builder |
Report.Builder.exportConfig(ReportExportConfig exportConfig) |
Information about where the raw data used to generate this report was exported.
|
Report.Builder |
Report.Builder.name(String name) |
The name of the report that was run.
|
Report.Builder |
Report.Builder.reportGroupArn(String reportGroupArn) |
The ARN of the report group associated with this report.
|
Report.Builder |
Report.Builder.status(String status) |
The status of this report.
|
Report.Builder |
Report.Builder.status(ReportStatusType status) |
The status of this report.
|
default Report.Builder |
Report.Builder.testSummary(Consumer<TestReportSummary.Builder> testSummary) |
A TestReportSummary object that contains information about this test report.
|
Report.Builder |
Report.Builder.testSummary(TestReportSummary testSummary) |
A TestReportSummary object that contains information about this test report.
|
Report.Builder |
Report.toBuilder() |
|
Report.Builder |
Report.Builder.truncated(Boolean truncated) |
A boolean that specifies if this report run is truncated.
|
Report.Builder |
Report.Builder.type(String type) |
The type of the report that was run.
|
Report.Builder |
Report.Builder.type(ReportType type) |
The type of the report that was run.
|