| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Commit |
Commit.clone() |
Commit |
GetCommitResult.getCommit()
A commit data type object that contains information about the specified commit.
|
Commit |
Commit.withAdditionalData(String additionalData)
Any additional data associated with the specified commit.
|
Commit |
Commit.withAuthor(UserInfo author)
Information about the author of the specified commit.
|
Commit |
Commit.withCommitId(String commitId)
The full SHA of the specified commit.
|
Commit |
Commit.withCommitter(UserInfo committer)
Information about the person who committed the specified commit, also known as the committer.
|
Commit |
Commit.withMessage(String message)
The commit message associated with the specified commit.
|
Commit |
Commit.withParents(Collection<String> parents)
A list of parent commits for the specified commit.
|
Commit |
Commit.withParents(String... parents)
A list of parent commits for the specified commit.
|
Commit |
Commit.withTreeId(String treeId)
Tree information for the specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCommitResult.setCommit(Commit commit)
A commit data type object that contains information about the specified commit.
|
GetCommitResult |
GetCommitResult.withCommit(Commit commit)
A commit data type object that contains information about the specified commit.
|
Copyright © 2018. All rights reserved.