ImmutablePushCommit |
ImmutablePushCommit.Builder.build() |
|
static ImmutablePushCommit |
ImmutablePushCommit.copyOf(PushCommit instance) |
|
ImmutablePushCommit |
ImmutablePushCommit.withAdded(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of added .
|
ImmutablePushCommit |
ImmutablePushCommit.withAdded(String... elements) |
Copy the current immutable object with elements that replace the content of added .
|
ImmutablePushCommit |
ImmutablePushCommit.withAuthor(Author value) |
Copy the current immutable object by setting a value for the author attribute.
|
ImmutablePushCommit |
ImmutablePushCommit.withCommitter(Author value) |
Copy the current immutable object by setting a value for the committer attribute.
|
ImmutablePushCommit |
ImmutablePushCommit.withDistinct(Boolean value) |
Copy the current immutable object by setting a value for the distinct attribute.
|
ImmutablePushCommit |
ImmutablePushCommit.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutablePushCommit |
ImmutablePushCommit.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutablePushCommit |
ImmutablePushCommit.withModified(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of modified .
|
ImmutablePushCommit |
ImmutablePushCommit.withModified(String... elements) |
Copy the current immutable object with elements that replace the content of modified .
|
ImmutablePushCommit |
ImmutablePushCommit.withRemoved(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of removed .
|
ImmutablePushCommit |
ImmutablePushCommit.withRemoved(String... elements) |
Copy the current immutable object with elements that replace the content of removed .
|
ImmutablePushCommit |
ImmutablePushCommit.withTimestamp(ZonedDateTime value) |
Copy the current immutable object by setting a value for the timestamp attribute.
|
ImmutablePushCommit |
ImmutablePushCommit.withTreeId(String value) |
Copy the current immutable object by setting a value for the treeId attribute.
|
ImmutablePushCommit |
ImmutablePushCommit.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|