Class PRReviewGHEventSubscriber
java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
com.adobe.jenkins.github_pr_comment_build.PRReviewGHEventSubscriber
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class PRReviewGHEventSubscriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
This subscriber manages
GHEvent PULL_REQUEST_REVIEW edits.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
all, extractEvents, isApplicable, isApplicableFor, isApplicableFor, isInterestedIn, onEvent, processEvent, processEvent
-
Constructor Details
-
PRReviewGHEventSubscriber
public PRReviewGHEventSubscriber()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
-
events
- Specified by:
eventsin classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
-
onEvent
Handles updates of pull requests.- Overrides:
onEventin classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber- Parameters:
event- only PULL_REQUEST_REVIEW eventspayload- payload of gh-event. Never blank
-