ImmutableCommit |
ImmutableCommit.Builder.build() |
|
static ImmutableCommit |
ImmutableCommit.copyOf(Commit instance) |
Creates an immutable copy of a Commit value.
|
ImmutableCommit |
ImmutableCommit.withAuthor(User value) |
Copy the current immutable object by setting a present value for the optional author attribute.
|
ImmutableCommit |
ImmutableCommit.withAuthor(Optional<? extends User> optional) |
Copy the current immutable object by setting an optional value for the author attribute.
|
ImmutableCommit |
ImmutableCommit.withCommentsUrl(URI value) |
Copy the current immutable object by setting a value for the commentsUrl attribute.
|
ImmutableCommit |
ImmutableCommit.withCommit(Commit value) |
Copy the current immutable object by setting a value for the commit attribute.
|
ImmutableCommit |
ImmutableCommit.withFiles(File... elements) |
Copy the current immutable object with elements that replace the content of files .
|
ImmutableCommit |
ImmutableCommit.withFiles(Iterable<? extends File> elements) |
Copy the current immutable object with elements that replace the content of files .
|
ImmutableCommit |
ImmutableCommit.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableCommit |
ImmutableCommit.withParents(ShaLink... elements) |
Copy the current immutable object with elements that replace the content of parents .
|
ImmutableCommit |
ImmutableCommit.withParents(Iterable<? extends ShaLink> elements) |
Copy the current immutable object with elements that replace the content of parents .
|
ImmutableCommit |
ImmutableCommit.withSha(String value) |
Copy the current immutable object by setting a value for the sha attribute.
|
ImmutableCommit |
ImmutableCommit.withStats(Map<String,? extends Integer> entries) |
Copy the current immutable object by replacing the stats map with the specified map.
|
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.
|