public static interface RecommendationSummary.Builder extends SdkPojo, CopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
| Modifier and Type | Method and Description |
|---|---|
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 |
endLine(Integer endLine)
Last line where the recommendation is applicable in the source commit or source branch.
|
RecommendationSummary.Builder |
filePath(String filePath)
Name of the file on which a recommendation is provided.
|
RecommendationSummary.Builder |
recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationSummary.Builder |
startLine(Integer startLine)
Start line from where the recommendation is applicable in the source commit or source branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationSummary.Builder filePath(String filePath)
Name of the file on which a recommendation is provided.
filePath - Name of the file on which a recommendation is provided.RecommendationSummary.Builder recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
recommendationId - The recommendation ID that can be used to track the provided recommendations. Later on it can be used
to collect the feedback.RecommendationSummary.Builder startLine(Integer startLine)
Start line from where the recommendation is applicable in the source commit or source branch.
startLine - Start line from where the recommendation is applicable in the source commit or source branch.RecommendationSummary.Builder endLine(Integer endLine)
Last line where the recommendation is applicable in the source commit or source branch. For a single line comment the start line and end line values are the same.
endLine - Last line where the recommendation is applicable in the source commit or source branch. For a single
line comment the start line and end line values are the same.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.
description - A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the
start line and the end line.Copyright © 2020. All rights reserved.