public class GHPullRequestReview extends GHObject
created_at, id, updated_at, url| Constructor and Description |
|---|
GHPullRequestReview() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deprecated.
|
void |
dismiss(String message)
Deprecated.
|
protected String |
getApiRoute() |
String |
getBody()
The comment itself.
|
String |
getCommitId() |
URL |
getHtmlUrl()
URL of this object for humans, which renders some HTML.
|
GHPullRequest |
getParent()
Gets the pull request to which this review is associated.
|
GHPullRequestReviewState |
getState() |
GHUser |
getUser()
Gets the user who posted this review.
|
PagedIterable<GHPullRequestReviewComment> |
listReviewComments()
Deprecated.
|
void |
submit(String body,
GHPullRequestReviewState event)
Deprecated.
|
getCreatedAt, getId, getUpdatedAt, getUrl, toStringpublic GHPullRequest getParent()
public String getBody()
public GHUser getUser() throws IOException
IOExceptionpublic String getCommitId()
public GHPullRequestReviewState getState()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectprotected String getApiRoute()
@Preview @Deprecated public void submit(String body, GHPullRequestReviewState event) throws IOException
IOException@Preview @Deprecated public void delete() throws IOException
IOException@Preview @Deprecated public void dismiss(String message) throws IOException
IOException@Preview @Deprecated public PagedIterable<GHPullRequestReviewComment> listReviewComments() throws IOException
IOExceptionCopyright © 2017. All rights reserved.