| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
CommitDiffSourceCodeType |
CommitDiffSourceCodeType.clone() |
CommitDiffSourceCodeType |
SourceCodeType.getCommitDiff()
A
SourceCodeType that specifies a commit diff created by a pull request on an associated
repository. |
CommitDiffSourceCodeType |
CommitDiffSourceCodeType.withDestinationCommit(String destinationCommit)
The SHA of the destination commit used to generate a commit diff.
|
CommitDiffSourceCodeType |
CommitDiffSourceCodeType.withSourceCommit(String sourceCommit)
The SHA of the source commit used to generate a commit diff.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCodeType.setCommitDiff(CommitDiffSourceCodeType commitDiff)
A
SourceCodeType that specifies a commit diff created by a pull request on an associated
repository. |
SourceCodeType |
SourceCodeType.withCommitDiff(CommitDiffSourceCodeType commitDiff)
A
SourceCodeType that specifies a commit diff created by a pull request on an associated
repository. |
Copyright © 2021. All rights reserved.