Uses of Class
ink.icoding.github4j.model.PullRequest
Packages that use PullRequest
-
Uses of PullRequest in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type PullRequestModifier and TypeMethodDescriptionPullRequestsClient.create(String owner, String repo, CreatePullRequestRequest request) 创建新的 Pull Request。获取单个 Pull Request 的详细信息。PullRequestsClient.list(String owner, String repo, ListPullsOptions options) 列出指定仓库的 Pull Request。PullRequestsClient.update(String owner, String repo, int pullNumber, UpdatePullRequestRequest request) 更新指定的 Pull Request。