CodeReviewType
class CodeReviewType
The type of a code review. There are two code review types:
PullRequest
- A code review that is automatically triggered by a pull request on an associated repository.RepositoryAnalysis
- A code review that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN in CreateCodeReview.
Types
Properties
Link copied to clipboard
They types of analysis performed during a repository analysis or a pull request review. You can specify either Security
, CodeQuality
, or both.
Link copied to clipboard
A code review that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN in CreateCodeReview.