org.kohsuke.github
Class GHEventPayload.IssueComment

java.lang.Object
  extended by org.kohsuke.github.GHEventPayload
      extended by org.kohsuke.github.GHEventPayload.IssueComment
Enclosing class:
GHEventPayload

public static class GHEventPayload.IssueComment
extends GHEventPayload

A comment was added to an issue

See Also:
authoritative source

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kohsuke.github.GHEventPayload
GHEventPayload.IssueComment, GHEventPayload.PullRequest, GHEventPayload.Push
 
Field Summary
 
Fields inherited from class org.kohsuke.github.GHEventPayload
root
 
Constructor Summary
GHEventPayload.IssueComment()
           
 
Method Summary
 String getAction()
           
 GHIssueComment getComment()
           
 GHIssue getIssue()
           
 GHRepository getRepository()
           
 void setComment(GHIssueComment comment)
           
 void setIssue(GHIssue issue)
           
 void setRepository(GHRepository repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHEventPayload.IssueComment

public GHEventPayload.IssueComment()
Method Detail

getAction

public String getAction()

getComment

public GHIssueComment getComment()

setComment

public void setComment(GHIssueComment comment)

getIssue

public GHIssue getIssue()

setIssue

public void setIssue(GHIssue issue)

getRepository

public GHRepository getRepository()

setRepository

public void setRepository(GHRepository repository)


Copyright © 2014. All rights reserved.