| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
CodeCoverage |
CodeCoverage.clone() |
CodeCoverage |
CodeCoverage.withBranchCoveragePercentage(Double branchCoveragePercentage)
The percentage of branches that are covered by your tests.
|
CodeCoverage |
CodeCoverage.withBranchesCovered(Integer branchesCovered)
The number of conditional branches that are covered by your tests.
|
CodeCoverage |
CodeCoverage.withBranchesMissed(Integer branchesMissed)
The number of conditional branches that are not covered by your tests.
|
CodeCoverage |
CodeCoverage.withExpired(Date expired)
The date and time that the tests were run.
|
CodeCoverage |
CodeCoverage.withFilePath(String filePath)
The path of the test report file.
|
CodeCoverage |
CodeCoverage.withId(String id)
The identifier of the code coverage report.
|
CodeCoverage |
CodeCoverage.withLineCoveragePercentage(Double lineCoveragePercentage)
The percentage of lines that are covered by your tests.
|
CodeCoverage |
CodeCoverage.withLinesCovered(Integer linesCovered)
The number of lines that are covered by your tests.
|
CodeCoverage |
CodeCoverage.withLinesMissed(Integer linesMissed)
The number of lines that are not covered by your tests.
|
CodeCoverage |
CodeCoverage.withReportARN(String reportARN)
The ARN of the report.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeCoverage> |
DescribeCodeCoveragesResult.getCodeCoverages()
An array of
CodeCoverage objects that contain the results. |
| Modifier and Type | Method and Description |
|---|---|
DescribeCodeCoveragesResult |
DescribeCodeCoveragesResult.withCodeCoverages(CodeCoverage... codeCoverages)
An array of
CodeCoverage objects that contain the results. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCodeCoveragesResult.setCodeCoverages(Collection<CodeCoverage> codeCoverages)
An array of
CodeCoverage objects that contain the results. |
DescribeCodeCoveragesResult |
DescribeCodeCoveragesResult.withCodeCoverages(Collection<CodeCoverage> codeCoverages)
An array of
CodeCoverage objects that contain the results. |
Copyright © 2025. All rights reserved.