ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addAllLabels(Iterable<? extends Label> elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addAllRequestedReviewers(Iterable<? extends User> elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addAllRequestedTeams(Iterable<? extends User> elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.additions(Integer additions) |
Initializes the value for the additions attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addLabels(Label element) |
Adds one element to labels list.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addLabels(Label... elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addRequestedReviewers(User element) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addRequestedReviewers(User... elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addRequestedTeams(User element) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.addRequestedTeams(User... elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.assignee(User assignee) |
Initializes the optional value assignee to assignee.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.assignee(Optional<? extends User> assignee) |
Initializes the optional value assignee to assignee.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.assignees(List<User> assignees) |
Initializes the optional value assignees to assignees.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.assignees(Optional<? extends List<User>> assignees) |
Initializes the optional value assignees to assignees.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.base(PullRequestRef base) |
Initializes the value for the base attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.body(String body) |
Initializes the optional value body to body.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.body(Optional<String> body) |
Initializes the optional value body to body.
|
static ImmutablePullRequest.Builder |
ImmutablePullRequest.builder() |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.changedFiles(Integer changedFiles) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.closedAt(GitHubInstant closedAt) |
Initializes the optional value closedAt to closedAt.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.closedAt(Optional<? extends GitHubInstant> closedAt) |
Initializes the optional value closedAt to closedAt.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.comments(Integer comments) |
Initializes the value for the comments attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.commentsUrl(URI commentsUrl) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.commits(Integer commits) |
Initializes the value for the commits attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.commitsUrl(URI commitsUrl) |
Initializes the value for the commitsUrl attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.createdAt(GitHubInstant createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.deletions(Integer deletions) |
Initializes the value for the deletions attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.diffUrl(URI diffUrl) |
Initializes the value for the diffUrl attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.draft(boolean draft) |
Initializes the optional value draft to draft.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.draft(Optional<Boolean> draft) |
Initializes the optional value draft to draft.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.from(CloseTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.CloseTracking instance.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.from(UpdateTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.UpdateTracking instance.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.from(PullRequest instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.prs.PullRequest instance.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.from(PullRequestItem instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.prs.PullRequestItem instance.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.head(PullRequestRef head) |
Initializes the value for the head attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.htmlUrl(URI htmlUrl) |
Initializes the value for the htmlUrl attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.id(Long id) |
Initializes the value for the id attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.issueUrl(URI issueUrl) |
Initializes the value for the issueUrl attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.labels(Iterable<? extends Label> elements) |
Sets or replaces all elements for labels list.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.links(PullRequestLinks links) |
Initializes the value for the links attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.locked(Boolean locked) |
Initializes the value for the locked attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergeable(boolean mergeable) |
Initializes the optional value mergeable to mergeable.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergeable(Optional<Boolean> mergeable) |
Initializes the optional value mergeable to mergeable.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergeableState(String mergeableState) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergeCommitSha(String mergeCommitSha) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergeCommitSha(Optional<String> mergeCommitSha) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.merged(Boolean merged) |
Initializes the value for the merged attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergedAt(GitHubInstant mergedAt) |
Initializes the optional value mergedAt to mergedAt.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergedAt(Optional<? extends GitHubInstant> mergedAt) |
Initializes the optional value mergedAt to mergedAt.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergedBy(User mergedBy) |
Initializes the optional value mergedBy to mergedBy.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.mergedBy(Optional<? extends User> mergedBy) |
Initializes the optional value mergedBy to mergedBy.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.milestone(Milestone milestone) |
Initializes the optional value milestone to milestone.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.milestone(Optional<? extends Milestone> milestone) |
Initializes the optional value milestone to milestone.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.nodeId(String nodeId) |
Initializes the value for the nodeId attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.number(Integer number) |
Initializes the value for the number attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.patchUrl(URI patchUrl) |
Initializes the value for the patchUrl attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.requestedReviewers(Iterable<? extends User> elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.requestedTeams(Iterable<? extends User> elements) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.reviewComments(Integer reviewComments) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.reviewCommentsUrl(URI reviewCommentsUrl) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.reviewCommentUrl(String reviewCommentUrl) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.state(String state) |
Initializes the value for the state attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.statusesUrl(URI statusesUrl) |
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.title(String title) |
Initializes the value for the title attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.updatedAt(GitHubInstant updatedAt) |
Initializes the value for the updatedAt attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.url(URI url) |
Initializes the value for the url attribute.
|
ImmutablePullRequest.Builder |
ImmutablePullRequest.Builder.user(User user) |
Initializes the value for the user attribute.
|