| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeType |
SourceCodeType.clone() |
SourceCodeType |
CodeReview.getSourceCodeType()
The type of the source code for the code review.
|
SourceCodeType |
SourceCodeType.withCommitDiff(CommitDiffSourceCodeType commitDiff)
A
SourceCodeType that specifies a commit diff created by a pull request on an associated
repository. |
SourceCodeType |
SourceCodeType.withRepositoryHead(RepositoryHeadSourceCodeType repositoryHead) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeReview.setSourceCodeType(SourceCodeType sourceCodeType)
The type of the source code for the code review.
|
CodeReview |
CodeReview.withSourceCodeType(SourceCodeType sourceCodeType)
The type of the source code for the code review.
|
Copyright © 2021. All rights reserved.