Class GitHubWebHook.Listener

  • All Implemented Interfaces:
    ExtensionPoint
    Enclosing class:
    GitHubWebHook

    @Deprecated
    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public abstract static class GitHubWebHook.Listener
    extends Object
    implements ExtensionPoint
    Deprecated.
    working theory is that this API is not required any more with the SCMEvent based API, if wrong, please raise a JIRA
    Other plugins may be interested in listening for these updates.
    Since:
    1.8
    • Constructor Detail

      • Listener

        public Listener()
        Deprecated.
    • Method Detail

      • onPushRepositoryChanged

        public abstract void onPushRepositoryChanged​(String pusherName,
                                                     GitHubRepositoryName changedRepository)
        Deprecated.
        Called when there is a change notification on a specific repository.
        Parameters:
        pusherName - the pusher name.
        changedRepository - the changed repository.
        Since:
        1.8