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(String... parents) |
The parent list for the specified commit.
|
Commit |
Commit.withParents(Collection<String> parents) |
The parent list for the specified commit.
|
Commit |
Commit.withTreeId(String treeId) |
Tree information for the specified commit.
|