org.kohsuke.github
Class GHEventPayload.IssueComment
java.lang.Object
org.kohsuke.github.GHEventPayload
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHEventPayload.IssueComment
public GHEventPayload.IssueComment()
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.