| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
CodeReview |
CodeReview.clone() |
CodeReview |
CreateCodeReviewResult.getCodeReview() |
CodeReview |
DescribeCodeReviewResult.getCodeReview()
Information about the code review.
|
CodeReview |
CodeReview.withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the
CodeReview
object. |
CodeReview |
CodeReview.withCreatedTimeStamp(Date createdTimeStamp)
The time, in milliseconds since the epoch, when the code review was created.
|
CodeReview |
CodeReview.withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, when the code review was last updated.
|
CodeReview |
CodeReview.withMetrics(Metrics metrics)
The statistics from the code review.
|
CodeReview |
CodeReview.withName(String name)
The name of the code review.
|
CodeReview |
CodeReview.withOwner(String owner)
The owner of the repository.
|
CodeReview |
CodeReview.withProviderType(ProviderType providerType)
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
|
CodeReview |
CodeReview.withProviderType(String providerType)
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
|
CodeReview |
CodeReview.withPullRequestId(String pullRequestId)
The pull request ID for the code review.
|
CodeReview |
CodeReview.withRepositoryName(String repositoryName)
The name of the repository.
|
CodeReview |
CodeReview.withSourceCodeType(SourceCodeType sourceCodeType)
The type of the source code for the code review.
|
CodeReview |
CodeReview.withState(JobState state)
The valid code review states are:
|
CodeReview |
CodeReview.withState(String state)
The valid code review states are:
|
CodeReview |
CodeReview.withStateReason(String stateReason)
The reason for the state of the code review.
|
CodeReview |
CodeReview.withType(String type)
The type of code review.
|
CodeReview |
CodeReview.withType(Type type)
The type of code review.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCodeReviewResult.setCodeReview(CodeReview codeReview) |
void |
DescribeCodeReviewResult.setCodeReview(CodeReview codeReview)
Information about the code review.
|
CreateCodeReviewResult |
CreateCodeReviewResult.withCodeReview(CodeReview codeReview) |
DescribeCodeReviewResult |
DescribeCodeReviewResult.withCodeReview(CodeReview codeReview)
Information about the code review.
|
Copyright © 2020. All rights reserved.