@Extension
public class IssueCommentGHEventSubscriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
GHEvent ISSUE_COMMENT.| Constructor and Description |
|---|
IssueCommentGHEventSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.kohsuke.github.GHEvent> |
events() |
protected boolean |
isApplicable(hudson.model.Item item) |
protected void |
onEvent(org.kohsuke.github.GHEvent event,
String payload)
Handles comments on pull requests.
|
protected boolean isApplicable(hudson.model.Item item)
isApplicable in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberprotected Set<org.kohsuke.github.GHEvent> events()
events in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberprotected void onEvent(org.kohsuke.github.GHEvent event,
String payload)
onEvent in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberevent - only ISSUE_COMMENT eventpayload - payload of gh-event. Never blankCopyright © 2016–2017. All rights reserved.