| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Report |
Report.clone() |
Report |
Report.withArn(String arn)
The ARN of the report run.
|
Report |
Report.withCodeCoverageSummary(CodeCoverageReportSummary codeCoverageSummary)
A
CodeCoverageReportSummary object that contains a code coverage summary for this report. |
Report |
Report.withCreated(Date created)
The date and time this report run occurred.
|
Report |
Report.withExecutionId(String executionId)
The ARN of the build run that generated this report.
|
Report |
Report.withExpired(Date expired)
The date and time a report expires.
|
Report |
Report.withExportConfig(ReportExportConfig exportConfig)
Information about where the raw data used to generate this report was exported.
|
Report |
Report.withName(String name)
The name of the report that was run.
|
Report |
Report.withReportGroupArn(String reportGroupArn)
The ARN of the report group associated with this report.
|
Report |
Report.withStatus(ReportStatusType status)
The status of this report.
|
Report |
Report.withStatus(String status)
The status of this report.
|
Report |
Report.withTestSummary(TestReportSummary testSummary)
A
TestReportSummary object that contains information about this test report. |
Report |
Report.withTruncated(Boolean truncated)
A boolean that specifies if this report run is truncated.
|
Report |
Report.withType(ReportType type)
The type of the report that was run.
|
Report |
Report.withType(String type)
The type of the report that was run.
|
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
BatchGetReportsResult.getReports()
The array of
Report objects returned by BatchGetReports. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetReportsResult |
BatchGetReportsResult.withReports(Report... reports)
The array of
Report objects returned by BatchGetReports. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetReportsResult.setReports(Collection<Report> reports)
The array of
Report objects returned by BatchGetReports. |
BatchGetReportsResult |
BatchGetReportsResult.withReports(Collection<Report> reports)
The array of
Report objects returned by BatchGetReports. |
Copyright © 2024. All rights reserved.