| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
Metrics |
Metrics.clone() |
Metrics |
CodeReview.getMetrics()
The statistics from the code review.
|
Metrics |
Metrics.withFindingsCount(Long findingsCount)
Total number of recommendations found in the code review.
|
Metrics |
Metrics.withMeteredLinesOfCodeCount(Long meteredLinesOfCodeCount)
MeteredLinesOfCodeCount is the number of lines of code in the repository where the code review
happened. |
Metrics |
Metrics.withSuppressedLinesOfCodeCount(Long suppressedLinesOfCodeCount)
SuppressedLinesOfCodeCount is the number of lines of code in the repository where the code review
happened that CodeGuru Reviewer did not analyze. |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeReview.setMetrics(Metrics metrics)
The statistics from the code review.
|
CodeReview |
CodeReview.withMetrics(Metrics metrics)
The statistics from the code review.
|
Copyright © 2024. All rights reserved.