public static interface CodeCoverage.Builder extends SdkPojo, CopyableBuilder<CodeCoverage.Builder,CodeCoverage>
| Modifier and Type | Method and Description |
|---|---|
CodeCoverage.Builder |
branchCoveragePercentage(Double branchCoveragePercentage)
The percentage of branches that are covered by your tests.
|
CodeCoverage.Builder |
branchesCovered(Integer branchesCovered)
The number of conditional branches that are covered by your tests.
|
CodeCoverage.Builder |
branchesMissed(Integer branchesMissed)
The number of conditional branches that are not covered by your tests.
|
CodeCoverage.Builder |
expired(Instant expired)
The date and time that the tests were run.
|
CodeCoverage.Builder |
filePath(String filePath)
The path of the test report file.
|
CodeCoverage.Builder |
id(String id)
The identifier of the code coverage report.
|
CodeCoverage.Builder |
lineCoveragePercentage(Double lineCoveragePercentage)
The percentage of lines that are covered by your tests.
|
CodeCoverage.Builder |
linesCovered(Integer linesCovered)
The number of lines that are covered by your tests.
|
CodeCoverage.Builder |
linesMissed(Integer linesMissed)
The number of lines that are not covered by your tests.
|
CodeCoverage.Builder |
reportARN(String reportARN)
The ARN of the report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeCoverage.Builder id(String id)
The identifier of the code coverage report.
id - The identifier of the code coverage report.CodeCoverage.Builder reportARN(String reportARN)
The ARN of the report.
reportARN - The ARN of the report.CodeCoverage.Builder filePath(String filePath)
The path of the test report file.
filePath - The path of the test report file.CodeCoverage.Builder lineCoveragePercentage(Double lineCoveragePercentage)
The percentage of lines that are covered by your tests.
lineCoveragePercentage - The percentage of lines that are covered by your tests.CodeCoverage.Builder linesCovered(Integer linesCovered)
The number of lines that are covered by your tests.
linesCovered - The number of lines that are covered by your tests.CodeCoverage.Builder linesMissed(Integer linesMissed)
The number of lines that are not covered by your tests.
linesMissed - The number of lines that are not covered by your tests.CodeCoverage.Builder branchCoveragePercentage(Double branchCoveragePercentage)
The percentage of branches that are covered by your tests.
branchCoveragePercentage - The percentage of branches that are covered by your tests.CodeCoverage.Builder branchesCovered(Integer branchesCovered)
The number of conditional branches that are covered by your tests.
branchesCovered - The number of conditional branches that are covered by your tests.CodeCoverage.Builder branchesMissed(Integer branchesMissed)
The number of conditional branches that are not covered by your tests.
branchesMissed - The number of conditional branches that are not covered by your tests.CodeCoverage.Builder expired(Instant expired)
The date and time that the tests were run.
expired - The date and time that the tests were run.Copyright © 2023. All rights reserved.