@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonCodeGuruReviewer extends Object implements AmazonCodeGuruReviewer
AmazonCodeGuruReviewer
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AssociateRepositoryResult |
associateRepository(AssociateRepositoryRequest request)
Associates an AWS CodeCommit repository with Amazon CodeGuru Reviewer.
|
DescribeCodeReviewResult |
describeCodeReview(DescribeCodeReviewRequest request)
Returns the metadaata associated with the code review along with its status.
|
DescribeRecommendationFeedbackResult |
describeRecommendationFeedback(DescribeRecommendationFeedbackRequest request)
Describes the customer feedback for a CodeGuru Reviewer recommendation.
|
DescribeRepositoryAssociationResult |
describeRepositoryAssociation(DescribeRepositoryAssociationRequest request)
Describes a repository association.
|
DisassociateRepositoryResult |
disassociateRepository(DisassociateRepositoryRequest request)
Removes the association between Amazon CodeGuru Reviewer and a repository.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListCodeReviewsResult |
listCodeReviews(ListCodeReviewsRequest request)
Lists all the code reviews that the customer has created in the past 90 days.
|
ListRecommendationFeedbackResult |
listRecommendationFeedback(ListRecommendationFeedbackRequest request)
Lists the customer feedback for a CodeGuru Reviewer recommendation for all users.
|
ListRecommendationsResult |
listRecommendations(ListRecommendationsRequest request)
Returns the list of all recommendations for a completed code review.
|
ListRepositoryAssociationsResult |
listRepositoryAssociations(ListRepositoryAssociationsRequest request)
Lists repository associations.
|
PutRecommendationFeedbackResult |
putRecommendationFeedback(PutRecommendationFeedbackRequest request)
Stores customer feedback for a CodeGuru-Reviewer recommendation.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public AssociateRepositoryResult associateRepository(AssociateRepositoryRequest request)
AmazonCodeGuruReviewer
Associates an AWS CodeCommit repository with Amazon CodeGuru Reviewer. When you associate an AWS CodeCommit repository with Amazon CodeGuru Reviewer, Amazon CodeGuru Reviewer will provide recommendations for each pull request raised within the repository. You can view recommendations in the AWS CodeCommit repository.
You can associate a GitHub repository using the Amazon CodeGuru Reviewer console.
associateRepository
in interface AmazonCodeGuruReviewer
public DescribeCodeReviewResult describeCodeReview(DescribeCodeReviewRequest request)
AmazonCodeGuruReviewer
Returns the metadaata associated with the code review along with its status.
describeCodeReview
in interface AmazonCodeGuruReviewer
public DescribeRecommendationFeedbackResult describeRecommendationFeedback(DescribeRecommendationFeedbackRequest request)
AmazonCodeGuruReviewer
Describes the customer feedback for a CodeGuru Reviewer recommendation.
describeRecommendationFeedback
in interface AmazonCodeGuruReviewer
public DescribeRepositoryAssociationResult describeRepositoryAssociation(DescribeRepositoryAssociationRequest request)
AmazonCodeGuruReviewer
Describes a repository association.
describeRepositoryAssociation
in interface AmazonCodeGuruReviewer
public DisassociateRepositoryResult disassociateRepository(DisassociateRepositoryRequest request)
AmazonCodeGuruReviewer
Removes the association between Amazon CodeGuru Reviewer and a repository.
disassociateRepository
in interface AmazonCodeGuruReviewer
public ListCodeReviewsResult listCodeReviews(ListCodeReviewsRequest request)
AmazonCodeGuruReviewer
Lists all the code reviews that the customer has created in the past 90 days.
listCodeReviews
in interface AmazonCodeGuruReviewer
public ListRecommendationFeedbackResult listRecommendationFeedback(ListRecommendationFeedbackRequest request)
AmazonCodeGuruReviewer
Lists the customer feedback for a CodeGuru Reviewer recommendation for all users. This API will be used from the console to extract the previously given feedback by the user to pre-populate the feedback emojis for all recommendations.
listRecommendationFeedback
in interface AmazonCodeGuruReviewer
public ListRecommendationsResult listRecommendations(ListRecommendationsRequest request)
AmazonCodeGuruReviewer
Returns the list of all recommendations for a completed code review.
listRecommendations
in interface AmazonCodeGuruReviewer
public ListRepositoryAssociationsResult listRepositoryAssociations(ListRepositoryAssociationsRequest request)
AmazonCodeGuruReviewer
Lists repository associations. You can optionally filter on one or more of the following recommendation properties: provider types, states, names, and owners.
listRepositoryAssociations
in interface AmazonCodeGuruReviewer
public PutRecommendationFeedbackResult putRecommendationFeedback(PutRecommendationFeedbackRequest request)
AmazonCodeGuruReviewer
Stores customer feedback for a CodeGuru-Reviewer recommendation. When this API is called again with different reactions the previous feedback is overwritten.
putRecommendationFeedback
in interface AmazonCodeGuruReviewer
public void shutdown()
AmazonCodeGuruReviewer
shutdown
in interface AmazonCodeGuruReviewer
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonCodeGuruReviewer
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonCodeGuruReviewer
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.