ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addAdded(String element) |
Adds one element to added list.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addAdded(String... elements) |
Adds elements to added list.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addAllAdded(Iterable<String> elements) |
Adds elements to added list.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addAllModified(Iterable<String> elements) |
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addAllRemoved(Iterable<String> elements) |
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.added(Iterable<String> elements) |
Sets or replaces all elements for added list.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addModified(String element) |
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addModified(String... elements) |
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addRemoved(String element) |
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.addRemoved(String... elements) |
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.author(Author author) |
Initializes the value for the author attribute.
|
static ImmutablePushCommit.Builder |
ImmutablePushCommit.builder() |
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.committer(Author committer) |
Initializes the value for the committer attribute.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.distinct(Boolean distinct) |
Initializes the value for the distinct attribute.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.from(PushCommit instance) |
Fill a builder with attribute values from the provided PushCommit instance.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.message(String message) |
Initializes the value for the message attribute.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.modified(Iterable<String> elements) |
Sets or replaces all elements for modified list.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.removed(Iterable<String> elements) |
Sets or replaces all elements for removed list.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.timestamp(ZonedDateTime timestamp) |
Initializes the value for the timestamp attribute.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.treeId(String treeId) |
Initializes the value for the treeId attribute.
|
ImmutablePushCommit.Builder |
ImmutablePushCommit.Builder.url(URI url) |
Initializes the value for the url attribute.
|