| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationSummary |
RecommendationSummary.clone() |
RecommendationSummary |
RecommendationSummary.withDescription(String description)
A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line
and the end line.
|
RecommendationSummary |
RecommendationSummary.withEndLine(Integer endLine)
Last line where the recommendation is applicable in the source commit or source branch.
|
RecommendationSummary |
RecommendationSummary.withFilePath(String filePath)
Name of the file on which a recommendation is provided.
|
RecommendationSummary |
RecommendationSummary.withRecommendationCategory(RecommendationCategory recommendationCategory)
The type of a recommendation.
|
RecommendationSummary |
RecommendationSummary.withRecommendationCategory(String recommendationCategory)
The type of a recommendation.
|
RecommendationSummary |
RecommendationSummary.withRecommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationSummary |
RecommendationSummary.withRuleMetadata(RuleMetadata ruleMetadata)
Metadata about a rule.
|
RecommendationSummary |
RecommendationSummary.withSeverity(Severity severity)
The severity of the issue in the code that generated this recommendation.
|
RecommendationSummary |
RecommendationSummary.withSeverity(String severity)
The severity of the issue in the code that generated this recommendation.
|
RecommendationSummary |
RecommendationSummary.withStartLine(Integer startLine)
Start line from where the recommendation is applicable in the source commit or source branch.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationSummary> |
ListRecommendationsResult.getRecommendationSummaries()
List of recommendations for the requested code review.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendationSummaries(RecommendationSummary... recommendationSummaries)
List of recommendations for the requested code review.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsResult.setRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
List of recommendations for the requested code review.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
List of recommendations for the requested code review.
|
Copyright © 2023. All rights reserved.