| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
CommitDiffSourceCodeType |
CommitDiffSourceCodeType.clone() |
CommitDiffSourceCodeType |
SourceCodeType.getCommitDiff()
The commit diff for the pull request.
|
CommitDiffSourceCodeType |
CommitDiffSourceCodeType.withDestinationCommit(String destinationCommit)
The SHA of the destination commit.
|
CommitDiffSourceCodeType |
CommitDiffSourceCodeType.withSourceCommit(String sourceCommit)
The SHA of the source commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCodeType.setCommitDiff(CommitDiffSourceCodeType commitDiff)
The commit diff for the pull request.
|
SourceCodeType |
SourceCodeType.withCommitDiff(CommitDiffSourceCodeType commitDiff)
The commit diff for the pull request.
|
Copyright © 2020. All rights reserved.