ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.addAllCommits(Iterable<? extends PushCommit> elements) |
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.addCommits(PushCommit element) |
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.addCommits(PushCommit... elements) |
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.after(String after) |
Initializes the value for the after attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.baseRef(String baseRef) |
Initializes the optional value baseRef to baseRef.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.baseRef(Optional<String> baseRef) |
Initializes the optional value baseRef to baseRef.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.before(String before) |
Initializes the value for the before attribute.
|
static ImmutablePushEvent.Builder |
ImmutablePushEvent.builder() |
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.commits(Iterable<? extends PushCommit> elements) |
Sets or replaces all elements for commits list.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.compare(String compare) |
Initializes the value for the compare attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.created(Boolean created) |
Initializes the value for the created attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.deleted(Boolean deleted) |
Initializes the value for the deleted attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.forced(Boolean forced) |
Initializes the value for the forced attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.from(PushEvent instance) |
Fill a builder with attribute values from the provided PushEvent instance.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.headCommit(PushCommit headCommit) |
Initializes the optional value headCommit to headCommit.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.headCommit(Optional<? extends PushCommit> headCommit) |
Initializes the optional value headCommit to headCommit.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.pusher(Author pusher) |
Initializes the value for the pusher attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.ref(String ref) |
Initializes the value for the ref attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.repository(PushRepository repository) |
Initializes the value for the repository attribute.
|
ImmutablePushEvent.Builder |
ImmutablePushEvent.Builder.sender(User sender) |
Initializes the value for the sender attribute.
|