public class GHPullRequestReviewComment extends GHObject
GHPullRequest.listReviewComments(),
GHPullRequest.createReviewComment(String, String, String, int)created_at, id, updated_at, url| Constructor and Description |
|---|
GHPullRequestReviewComment() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes this review comment.
|
protected java.lang.String |
getApiRoute() |
java.lang.String |
getBody()
The comment itself.
|
java.net.URL |
getHtmlUrl()
URL of this object for humans, which renders some HTML.
|
int |
getOriginalPosition() |
GHPullRequest |
getParent()
Gets the pull request to which this review comment is associated.
|
java.lang.String |
getPath() |
int |
getPosition() |
GHUser |
getUser()
Gets the user who posted this comment.
|
void |
update(java.lang.String body)
Updates the comment.
|
getCreatedAt, getId, getUpdatedAt, getUrl, toStringpublic GHPullRequest getParent()
public java.lang.String getBody()
public GHUser getUser() throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getPath()
public int getPosition()
public int getOriginalPosition()
public java.net.URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectprotected java.lang.String getApiRoute()
public void update(java.lang.String body)
throws java.io.IOException
java.io.IOExceptionpublic void delete()
throws java.io.IOException
java.io.IOExceptionCopyright © 2016. All Rights Reserved.