org.kohsuke.github
Class GHIssueComment

java.lang.Object
  extended by org.kohsuke.github.GHIssueComment

public class GHIssueComment
extends Object

Comment to the issue

Author:
Kohsuke Kawaguchi

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

GHIssueComment

public GHIssueComment()
Method Detail

getParent

public GHIssue getParent()
Gets the issue to which this comment is associated.


getBody

public String getBody()
The comment itself.


getCreatedAt

public Date getCreatedAt()

getUpdatedAt

public Date getUpdatedAt()

getId

public int getId()

getUserName

public String getUserName()
Gets the ID of the user who posted this comment.


getUser

public GHUser getUser()
               throws IOException
Gets the user who posted this comment.

Throws:
IOException


Copyright © 2012. All Rights Reserved.