| GitHubWebHook.Listener is a deprecated extension point and not recommended to use. It exists only for backward compatibility. If you want to receive more events and payload, then you should extend this class: https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/extension/GHEventsSubscriber.java The working example is DefaultPushGHEventSubscriber and https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/PingGHEventSubscriber.java One more example can be found here: https://github.com/KostyaSha/github-integration-plugin/blob/master/github-pullrequest-plugin/src/main/java/org/jenkinsci/plugins/github/pullrequest/webhook/GHPullRequestSubscriber.java |