ImmutableCreateEvent |
ImmutableCreateEvent.Builder.build() |
|
static ImmutableCreateEvent |
ImmutableCreateEvent.copyOf(CreateEvent instance) |
|
ImmutableCreateEvent |
ImmutableCreateEvent.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withEventInstallation(EventInstallation value) |
Copy the current immutable object by setting a value for the eventInstallation attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withMasterBranch(String value) |
Copy the current immutable object by setting a value for the masterBranch attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withPusherType(String value) |
Copy the current immutable object by setting a value for the pusherType attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withRef(String value) |
Copy the current immutable object by setting a value for the ref attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withRefType(String value) |
Copy the current immutable object by setting a value for the refType attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withRepository(Repository value) |
Copy the current immutable object by setting a value for the repository attribute.
|
ImmutableCreateEvent |
ImmutableCreateEvent.withSender(User value) |
Copy the current immutable object by setting a value for the sender attribute.
|