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) |
public 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.