| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
MetricsSummary |
MetricsSummary.clone() |
MetricsSummary |
CodeReviewSummary.getMetricsSummary()
The statistics from the code review.
|
MetricsSummary |
MetricsSummary.withFindingsCount(Long findingsCount)
Total number of recommendations found in the code review.
|
MetricsSummary |
MetricsSummary.withMeteredLinesOfCodeCount(Long meteredLinesOfCodeCount)
Lines of code metered in the code review.
|
MetricsSummary |
MetricsSummary.withSuppressedLinesOfCodeCount(Long suppressedLinesOfCodeCount)
Lines of code suppressed in the code review based on the
excludeFiles element in the
aws-codeguru-reviewer.yml file. |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeReviewSummary.setMetricsSummary(MetricsSummary metricsSummary)
The statistics from the code review.
|
CodeReviewSummary |
CodeReviewSummary.withMetricsSummary(MetricsSummary metricsSummary)
The statistics from the code review.
|
Copyright © 2024. All rights reserved.