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 String |
getApiRoute() |
String |
getBody()
The comment itself.
|
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.
|
String |
getPath() |
int |
getPosition() |
GHUser |
getUser()
Gets the user who posted this comment.
|
void |
update(String body)
Updates the comment.
|
getCreatedAt, getId, getUpdatedAt, getUrlpublic GHPullRequest getParent()
public String getBody()
public GHUser getUser() throws IOException
IOExceptionpublic String getPath()
public int getPosition()
public int getOriginalPosition()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectprotected String getApiRoute()
public void update(String body) throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.