public static interface Metrics.Builder extends SdkPojo, CopyableBuilder<Metrics.Builder,Metrics>
| Modifier and Type | Method and Description |
|---|---|
Metrics.Builder |
findingsCount(Long findingsCount)
Total number of recommendations found in the code review.
|
Metrics.Builder |
meteredLinesOfCodeCount(Long meteredLinesOfCodeCount)
MeteredLinesOfCodeCount is the number of lines of code in the repository where the code review
happened. |
Metrics.Builder |
suppressedLinesOfCodeCount(Long suppressedLinesOfCodeCount)
SuppressedLinesOfCodeCount is the number of lines of code in the repository where the code
review happened that CodeGuru Reviewer did not analyze. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetrics.Builder meteredLinesOfCodeCount(Long meteredLinesOfCodeCount)
MeteredLinesOfCodeCount is the number of lines of code in the repository where the code review
happened. This does not include non-code lines such as comments and blank lines.
meteredLinesOfCodeCount - MeteredLinesOfCodeCount is the number of lines of code in the repository where the code
review happened. This does not include non-code lines such as comments and blank lines.Metrics.Builder suppressedLinesOfCodeCount(Long suppressedLinesOfCodeCount)
SuppressedLinesOfCodeCount is the number of lines of code in the repository where the code
review happened that CodeGuru Reviewer did not analyze. The lines suppressed in the analysis is based on the
excludeFiles variable in the aws-codeguru-reviewer.yml file. This number does not
include non-code lines such as comments and blank lines.
suppressedLinesOfCodeCount - SuppressedLinesOfCodeCount is the number of lines of code in the repository where the
code review happened that CodeGuru Reviewer did not analyze. The lines suppressed in the analysis is
based on the excludeFiles variable in the aws-codeguru-reviewer.yml file.
This number does not include non-code lines such as comments and blank lines.Metrics.Builder findingsCount(Long findingsCount)
Total number of recommendations found in the code review.
findingsCount - Total number of recommendations found in the code review.Copyright © 2023. All rights reserved.