Uses of Interface
com.spotify.github.v3.prs.PullRequestItem
-
Packages that use PullRequestItem Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.clients com.spotify.github.v3.prs -
-
Uses of PullRequestItem in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return PullRequestItem Modifier and Type Method Description PullRequestItemImmutablePullRequestReviewCommentEvent. pullRequest()The pull request the comment belongs to.PullRequestItemImmutablePullRequestReviewEvent. pullRequest()Pull Request.PullRequestItemPullRequestReviewCommentEvent. pullRequest()The pull request the comment belongs to.PullRequestItemPullRequestReviewEvent. pullRequest()Pull Request.Methods in com.spotify.github.v3.activity.events with parameters of type PullRequestItem Modifier and Type Method Description ImmutablePullRequestReviewCommentEvent.BuilderImmutablePullRequestReviewCommentEvent.Builder. pullRequest(PullRequestItem pullRequest)Initializes the value for thepullRequestattribute.ImmutablePullRequestReviewEvent.BuilderImmutablePullRequestReviewEvent.Builder. pullRequest(PullRequestItem pullRequest)Initializes the value for thepullRequestattribute.ImmutablePullRequestReviewCommentEventImmutablePullRequestReviewCommentEvent. withPullRequest(PullRequestItem value)Copy the current immutable object by setting a value for thepullRequestattribute.ImmutablePullRequestReviewEventImmutablePullRequestReviewEvent. withPullRequest(PullRequestItem value)Copy the current immutable object by setting a value for thepullRequestattribute. -
Uses of PullRequestItem in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type PullRequestItem Modifier and Type Method Description CompletableFuture<List<PullRequestItem>>PullRequestClient. list()List repository pull request.CompletableFuture<List<PullRequestItem>>PullRequestClient. list(PullRequestParameters parameters)List repository pull requests using given parameters.CompletableFuture<List<PullRequestItem>>RepositoryClient. listPullRequestsForCommit(String sha)List pull requests that contain the given commit. -
Uses of PullRequestItem in com.spotify.github.v3.prs
Subinterfaces of PullRequestItem in com.spotify.github.v3.prs Modifier and Type Interface Description interfacePullRequestPull request resource represents data returned by a single PR get operation.Classes in com.spotify.github.v3.prs that implement PullRequestItem Modifier and Type Class Description classImmutablePullRequestImmutable implementation ofPullRequest.classImmutablePullRequestItemImmutable implementation ofPullRequestItem.Methods in com.spotify.github.v3.prs with parameters of type PullRequestItem Modifier and Type Method Description static ImmutablePullRequestItemImmutablePullRequestItem. copyOf(PullRequestItem instance)Creates an immutable copy of aPullRequestItemvalue.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. from(PullRequestItem instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.prs.PullRequestIteminstance.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. from(PullRequestItem instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.prs.PullRequestIteminstance.
-