|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kohsuke.github.GHIssueComment
public class GHIssueComment
Comment to the issue
| Constructor Summary | |
|---|---|
GHIssueComment()
|
|
| Method Summary | |
|---|---|
String |
getBody()
The comment itself. |
Date |
getCreatedAt()
|
int |
getId()
|
GHIssue |
getParent()
Gets the issue to which this comment is associated. |
Date |
getUpdatedAt()
|
GHUser |
getUser()
Gets the user who posted this comment. |
String |
getUserName()
Gets the ID of the user who posted this comment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GHIssueComment()
| Method Detail |
|---|
public GHIssue getParent()
public String getBody()
public Date getCreatedAt()
public Date getUpdatedAt()
public int getId()
public String getUserName()
public GHUser getUser()
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||