View Source aws_codeguru_reviewer (aws v0.3.1)
This section provides documentation for the Amazon CodeGuru Reviewer API operations.
CodeGuru Reviewer is a service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and recommends fixes in your Java code.
By proactively detecting and providing recommendations for addressing code defects and implementing best practices, CodeGuru Reviewer improves the overall quality and maintainability of your code base during the code review stage. For more information about CodeGuru Reviewer, see the Amazon CodeGuru Reviewer User Guide.
To improve the security of your CodeGuru Reviewer API calls, you can establish a private connection between your VPC and CodeGuru Reviewer by creating an interface VPC endpoint. For more information, see CodeGuru Reviewer and interface VPC endpoints (AWS PrivateLink) in the Amazon CodeGuru Reviewer User Guide.Link to this section Summary
Functions
Use to associate an AWS CodeCommit repository or a repostory managed by AWS CodeStar Connections with Amazon CodeGuru Reviewer.
Use to create a code review with a CodeReviewType
of RepositoryAnalysis
.
RepositoryAssociation
object that contains information about the requested repository association.RecommendationFeedbackSummary
objects that contain customer recommendation feedback for all CodeGuru Reviewer users.Returns a list of RepositoryAssociationSummary
objects that contain summary information about a repository association.
Stores customer feedback for a CodeGuru Reviewer recommendation.
Link to this section Functions
Use to associate an AWS CodeCommit repository or a repostory managed by AWS CodeStar Connections with Amazon CodeGuru Reviewer.
When you associate a repository, CodeGuru Reviewer reviews source code changes in the repository's pull requests and provides automatic recommendations. You can view recommendations using the CodeGuru Reviewer console. For more information, see Recommendations in Amazon CodeGuru Reviewer in the Amazon CodeGuru Reviewer User Guide.
If you associate a CodeCommit repository, it must be in the same AWS Region and AWS account where its CodeGuru Reviewer code reviews are configured.
Bitbucket and GitHub Enterprise Server repositories are managed by AWS CodeStar Connections to connect to CodeGuru Reviewer. For more information, see Connect to a repository source provider in the Amazon CodeGuru Reviewer User Guide.
You cannot use the CodeGuru Reviewer SDK or the AWS CLI to associate a GitHub repository with Amazon CodeGuru Reviewer. To associate a GitHub repository, use the console. For more information, see Getting started with CodeGuru Reviewer in the CodeGuru Reviewer User Guide.Use to create a code review with a CodeReviewType
of RepositoryAnalysis
.
PullRequest
code reviews are automatically triggered by a pull request so cannot be created using this method.
describe_code_review(Client, CodeReviewArn, QueryMap, HeadersMap, Options0)
View Sourcedescribe_recommendation_feedback(Client, CodeReviewArn, RecommendationId)
View Sourcedescribe_recommendation_feedback(Client, CodeReviewArn, RecommendationId, QueryMap, HeadersMap)
View Sourcedescribe_recommendation_feedback(Client, CodeReviewArn, RecommendationId, QueryMap, HeadersMap, Options0)
View SourceRepositoryAssociation
object that contains information about the requested repository association.
describe_repository_association(Client, AssociationArn, QueryMap, HeadersMap)
View Sourcedescribe_repository_association(Client, AssociationArn, QueryMap, HeadersMap, Options0)
View SourceRecommendationFeedbackSummary
objects that contain customer recommendation feedback for all CodeGuru Reviewer users.
list_recommendation_feedback(Client, CodeReviewArn, QueryMap, HeadersMap)
View Sourcelist_recommendation_feedback(Client, CodeReviewArn, QueryMap, HeadersMap, Options0)
View Sourcelist_recommendations(Client, CodeReviewArn, QueryMap, HeadersMap, Options0)
View SourceReturns a list of RepositoryAssociationSummary
objects that contain summary information about a repository association.
ProviderType
, Name
, State
, and Owner
.
list_repository_associations(Client, QueryMap, HeadersMap, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceStores customer feedback for a CodeGuru Reviewer recommendation.
When this API is called again with different reactions the previous feedback is overwritten.