| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
CodeReviewSummary |
CodeReviewSummary.clone() |
CodeReviewSummary |
CodeReviewSummary.withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview object.
|
CodeReviewSummary |
CodeReviewSummary.withCreatedTimeStamp(Date createdTimeStamp)
The time, in milliseconds since the epoch, when the code review was created.
|
CodeReviewSummary |
CodeReviewSummary.withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, when the code review was last updated.
|
CodeReviewSummary |
CodeReviewSummary.withMetricsSummary(MetricsSummary metricsSummary)
The statistics from the code review.
|
CodeReviewSummary |
CodeReviewSummary.withName(String name)
The name of the code review.
|
CodeReviewSummary |
CodeReviewSummary.withOwner(String owner)
The owner of the repository.
|
CodeReviewSummary |
CodeReviewSummary.withProviderType(ProviderType providerType)
The provider type of the repository association.
|
CodeReviewSummary |
CodeReviewSummary.withProviderType(String providerType)
The provider type of the repository association.
|
CodeReviewSummary |
CodeReviewSummary.withPullRequestId(String pullRequestId)
The pull request ID for the code review.
|
CodeReviewSummary |
CodeReviewSummary.withRepositoryName(String repositoryName)
The name of the repository.
|
CodeReviewSummary |
CodeReviewSummary.withSourceCodeType(SourceCodeType sourceCodeType) |
CodeReviewSummary |
CodeReviewSummary.withState(JobState state)
The state of the code review.
|
CodeReviewSummary |
CodeReviewSummary.withState(String state)
The state of the code review.
|
CodeReviewSummary |
CodeReviewSummary.withType(String type)
The type of the code review.
|
CodeReviewSummary |
CodeReviewSummary.withType(Type type)
The type of the code review.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeReviewSummary> |
ListCodeReviewsResult.getCodeReviewSummaries()
A list of code reviews that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCodeReviewsResult |
ListCodeReviewsResult.withCodeReviewSummaries(CodeReviewSummary... codeReviewSummaries)
A list of code reviews that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCodeReviewsResult.setCodeReviewSummaries(Collection<CodeReviewSummary> codeReviewSummaries)
A list of code reviews that meet the criteria of the request.
|
ListCodeReviewsResult |
ListCodeReviewsResult.withCodeReviewSummaries(Collection<CodeReviewSummary> codeReviewSummaries)
A list of code reviews that meet the criteria of the request.
|
Copyright © 2023. All rights reserved.