Commit.Builder |
Commit.Builder.additionalData(String additionalData) |
Any other data associated with the specified commit.
|
default Commit.Builder |
Commit.Builder.author(Consumer<UserInfo.Builder> author) |
Information about the author of the specified commit.
|
Commit.Builder |
Commit.Builder.author(UserInfo author) |
Information about the author of the specified commit.
|
static Commit.Builder |
Commit.builder() |
|
Commit.Builder |
Commit.Builder.commitId(String commitId) |
The full SHA ID of the specified commit.
|
default Commit.Builder |
Commit.Builder.committer(Consumer<UserInfo.Builder> committer) |
Information about the person who committed the specified commit, also known as the committer.
|
Commit.Builder |
Commit.Builder.committer(UserInfo committer) |
Information about the person who committed the specified commit, also known as the committer.
|
Commit.Builder |
Commit.Builder.message(String message) |
The commit message associated with the specified commit.
|
Commit.Builder |
Commit.Builder.parents(String... parents) |
A list of parent commits for the specified commit.
|
Commit.Builder |
Commit.Builder.parents(Collection<String> parents) |
A list of parent commits for the specified commit.
|
Commit.Builder |
Commit.toBuilder() |
|
Commit.Builder |
Commit.Builder.treeId(String treeId) |
Tree information for the specified commit.
|