public static class GHEventPayload.IssueComment extends GHEventPayload
http://developer.github.com/v3/activity/events/types/#issuecommenteventGHEventPayload.IssueComment, GHEventPayload.PullRequestroot| Constructor and Description |
|---|
GHEventPayload.IssueComment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
GHIssueComment |
getComment() |
GHIssue |
getIssue() |
GHRepository |
getRepository() |
void |
setComment(GHIssueComment comment) |
void |
setIssue(GHIssue issue) |
void |
setRepository(GHRepository repository) |
public String getAction()
public GHIssueComment getComment()
public void setComment(GHIssueComment comment)
public GHIssue getIssue()
public void setIssue(GHIssue issue)
public GHRepository getRepository()
public void setRepository(GHRepository repository)
Copyright © 2013. All Rights Reserved.