public class GHIssueComment extends GHObject
created_at, id, updated_at, url| Constructor and Description |
|---|
GHIssueComment() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes this issue comment.
|
String |
getBody()
The comment itself.
|
URL |
getHtmlUrl()
Deprecated.
This object has no HTML URL.
|
GHIssue |
getParent()
Gets the issue to which this comment is associated.
|
GHUser |
getUser()
Gets the user who posted this comment.
|
String |
getUserName()
Deprecated.
|
void |
update(String body)
Updates the body of the issue comment.
|
getCreatedAt, getId, getUpdatedAt, getUrlpublic GHIssue getParent()
public String getBody()
@Deprecated public String getUserName()
public GHUser getUser() throws IOException
IOExceptionpublic URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectpublic void update(String body) throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.