CodeReview.Builder |
CodeReview.Builder.analysisTypes(Collection<AnalysisType> analysisTypes) |
The types of analysis performed during a repository analysis or a pull request review.
|
CodeReview.Builder |
CodeReview.Builder.analysisTypes(AnalysisType... analysisTypes) |
The types of analysis performed during a repository analysis or a pull request review.
|
CodeReview.Builder |
CodeReview.Builder.analysisTypesWithStrings(String... analysisTypes) |
The types of analysis performed during a repository analysis or a pull request review.
|
CodeReview.Builder |
CodeReview.Builder.analysisTypesWithStrings(Collection<String> analysisTypes) |
The types of analysis performed during a repository analysis or a pull request review.
|
CodeReview.Builder |
CodeReview.Builder.associationArn(String associationArn) |
|
static CodeReview.Builder |
CodeReview.builder() |
|
CodeReview.Builder |
CodeReview.Builder.codeReviewArn(String codeReviewArn) |
The Amazon Resource Name (ARN) of the CodeReview object.
|
CodeReview.Builder |
CodeReview.Builder.configFileState(String configFileState) |
The state of the aws-codeguru-reviewer.yml configuration file that allows the configuration of
the CodeGuru Reviewer analysis.
|
CodeReview.Builder |
CodeReview.Builder.configFileState(ConfigFileState configFileState) |
The state of the aws-codeguru-reviewer.yml configuration file that allows the configuration of
the CodeGuru Reviewer analysis.
|
CodeReview.Builder |
CodeReview.Builder.createdTimeStamp(Instant createdTimeStamp) |
The time, in milliseconds since the epoch, when the code review was created.
|
CodeReview.Builder |
CodeReview.Builder.lastUpdatedTimeStamp(Instant lastUpdatedTimeStamp) |
The time, in milliseconds since the epoch, when the code review was last updated.
|
default CodeReview.Builder |
CodeReview.Builder.metrics(Consumer<Metrics.Builder> metrics) |
The statistics from the code review.
|
CodeReview.Builder |
CodeReview.Builder.metrics(Metrics metrics) |
The statistics from the code review.
|
CodeReview.Builder |
CodeReview.Builder.name(String name) |
The name of the code review.
|
CodeReview.Builder |
CodeReview.Builder.owner(String owner) |
The owner of the repository.
|
CodeReview.Builder |
CodeReview.Builder.providerType(String providerType) |
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
|
CodeReview.Builder |
CodeReview.Builder.providerType(ProviderType providerType) |
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
|
CodeReview.Builder |
CodeReview.Builder.pullRequestId(String pullRequestId) |
The pull request ID for the code review.
|
CodeReview.Builder |
CodeReview.Builder.repositoryName(String repositoryName) |
The name of the repository.
|
default CodeReview.Builder |
CodeReview.Builder.sourceCodeType(Consumer<SourceCodeType.Builder> sourceCodeType) |
The type of the source code for the code review.
|
CodeReview.Builder |
CodeReview.Builder.sourceCodeType(SourceCodeType sourceCodeType) |
The type of the source code for the code review.
|
CodeReview.Builder |
CodeReview.Builder.state(String state) |
The valid code review states are:
|
CodeReview.Builder |
CodeReview.Builder.state(JobState state) |
The valid code review states are:
|
CodeReview.Builder |
CodeReview.Builder.stateReason(String stateReason) |
The reason for the state of the code review.
|
CodeReview.Builder |
CodeReview.toBuilder() |
|
CodeReview.Builder |
CodeReview.Builder.type(String type) |
The type of code review.
|
CodeReview.Builder |
CodeReview.Builder.type(Type type) |
The type of code review.
|