Package | Description |
---|---|
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
Commit |
Commit.clone() |
Commit |
GetCommitResult.getCommit()
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.withCommitter(UserInfo committer)
Information about the person who committed the specified commit, also
known as the committer.
|
Commit |
Commit.withMessage(String message)
The message associated with the specified commit.
|
Commit |
Commit.withParents(Collection<String> parents)
The parent list for the specified commit.
|
Commit |
Commit.withParents(String... parents)
The parent list 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)
Information about the specified commit.
|
GetCommitResult |
GetCommitResult.withCommit(Commit commit)
Information about the specified commit.
|
Copyright © 2018. All rights reserved.