public class GitHubPullRequestRepository extends Object
| Constructor and Description |
|---|
GitHubPullRequestRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
comment(org.kohsuke.github.GHRepository ghRepository,
int prId,
String message) |
org.kohsuke.github.GHRepository |
getGitHubRepository(String gitHubUrl) |
org.kohsuke.github.GHPullRequest |
getPullRequestFor(String gitHubUrl,
String branch,
String sha) |
public org.kohsuke.github.GHPullRequest getPullRequestFor(String gitHubUrl, String branch, String sha) throws IOException
IOExceptionpublic org.kohsuke.github.GHRepository getGitHubRepository(String gitHubUrl) throws IOException
IOExceptionpublic void comment(org.kohsuke.github.GHRepository ghRepository,
int prId,
String message)
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.