| 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)
MeteredLinesOfCode is the number of lines of code in the repository where the code review happened. |
| 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 © 2021. All rights reserved.