static RecommendationSummary.Builder |
RecommendationSummary.builder() |
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.description(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.Builder |
RecommendationSummary.Builder.endLine(Integer endLine) |
Last line where the recommendation is applicable in the source commit or source branch.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.filePath(String filePath) |
Name of the file on which a recommendation is provided.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.recommendationCategory(String recommendationCategory) |
The type of a recommendation.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.recommendationCategory(RecommendationCategory recommendationCategory) |
The type of a recommendation.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.recommendationId(String recommendationId) |
The recommendation ID that can be used to track the provided recommendations.
|
default RecommendationSummary.Builder |
RecommendationSummary.Builder.ruleMetadata(Consumer<RuleMetadata.Builder> ruleMetadata) |
Metadata about a rule.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.ruleMetadata(RuleMetadata ruleMetadata) |
Metadata about a rule.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.severity(String severity) |
The severity of the issue in the code that generated this recommendation.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.severity(Severity severity) |
The severity of the issue in the code that generated this recommendation.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.startLine(Integer startLine) |
Start line from where the recommendation is applicable in the source commit or source branch.
|
RecommendationSummary.Builder |
RecommendationSummary.toBuilder() |
|