ImmutableStatusEvent |
ImmutableStatusEvent.Builder.build() |
|
static ImmutableStatusEvent |
ImmutableStatusEvent.copyOf(StatusEvent instance) |
|
ImmutableStatusEvent |
ImmutableStatusEvent.withBranches(Branch... elements) |
Copy the current immutable object with elements that replace the content of branches .
|
ImmutableStatusEvent |
ImmutableStatusEvent.withBranches(Iterable<? extends Branch> elements) |
Copy the current immutable object with elements that replace the content of branches .
|
ImmutableStatusEvent |
ImmutableStatusEvent.withCommit(CommitItem value) |
Copy the current immutable object by setting a value for the commit attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withContext(String value) |
Copy the current immutable object by setting a value for the context attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withEventInstallation(EventInstallation value) |
Copy the current immutable object by setting a value for the eventInstallation attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withId(Long value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withRepository(Repository value) |
Copy the current immutable object by setting a value for the repository attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withSender(User value) |
Copy the current immutable object by setting a value for the sender attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withSha(String value) |
Copy the current immutable object by setting a value for the sha attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withState(String value) |
Copy the current immutable object by setting a value for the state attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withTargetUrl(URI value) |
Copy the current immutable object by setting a present value for the optional targetUrl attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withTargetUrl(Optional<? extends URI> optional) |
Copy the current immutable object by setting an optional value for the targetUrl attribute.
|
ImmutableStatusEvent |
ImmutableStatusEvent.withUpdatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|