ImmutableCommit |
ImmutableCommit.Builder.build() |
|
static ImmutableCommit |
ImmutableCommit.copyOf(Commit instance) |
Creates an immutable copy of a Commit value.
|
ImmutableCommit |
ImmutableCommit.withAuthor(Author value) |
Copy the current immutable object by setting a value for the author attribute.
|
ImmutableCommit |
ImmutableCommit.withCommentCount(int value) |
Copy the current immutable object by setting a present value for the optional commentCount attribute.
|
ImmutableCommit |
ImmutableCommit.withCommentCount(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the commentCount attribute.
|
ImmutableCommit |
ImmutableCommit.withCommitter(Author value) |
Copy the current immutable object by setting a value for the committer attribute.
|
ImmutableCommit |
ImmutableCommit.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutableCommit |
ImmutableCommit.withSha(String value) |
Copy the current immutable object by setting a present value for the optional sha attribute.
|
ImmutableCommit |
ImmutableCommit.withSha(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the sha attribute.
|
ImmutableCommit |
ImmutableCommit.withTree(ShaLink value) |
Copy the current immutable object by setting a value for the tree attribute.
|
ImmutableCommit |
ImmutableCommit.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|