@Extension public class PRReviewGHEventSubscriber extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
GHEvent PULL_REQUEST_REVIEW edits.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
PRReviewGHEventSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.kohsuke.github.GHEvent> |
events() |
protected boolean |
isApplicable(Item item) |
protected void |
onEvent(org.kohsuke.github.GHEvent event,
String payload)
Handles updates of pull requests.
|
protected boolean isApplicable(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 PULL_REQUEST_REVIEW eventspayload - payload of gh-event. Never blankCopyright © 2016–2021. All rights reserved.