Class OrganizationFolder.SCMEventListenerImpl

  • All Implemented Interfaces:
    ExtensionPoint
    Enclosing class:
    OrganizationFolder

    @Extension
    public static class OrganizationFolder.SCMEventListenerImpl
    extends jenkins.scm.api.SCMEventListener
    Listens for events from the SCM event system.
    Since:
    2.0
    • Constructor Detail

      • SCMEventListenerImpl

        public SCMEventListenerImpl()
    • Method Detail

      • globalEventsListener

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public StreamTaskListener globalEventsListener()
        The TaskListener for events that we cannot assign to an organization folder.
        Returns:
        The TaskListener for events that we cannot assign to an organization folder.
      • onSCMHeadEvent

        public void onSCMHeadEvent​(jenkins.scm.api.SCMHeadEvent<?> event)
        Overrides:
        onSCMHeadEvent in class jenkins.scm.api.SCMEventListener
      • onSCMNavigatorEvent

        public void onSCMNavigatorEvent​(jenkins.scm.api.SCMNavigatorEvent<?> event)
        Overrides:
        onSCMNavigatorEvent in class jenkins.scm.api.SCMEventListener
      • onSCMSourceEvent

        public void onSCMSourceEvent​(jenkins.scm.api.SCMSourceEvent<?> event)
        Overrides:
        onSCMSourceEvent in class jenkins.scm.api.SCMEventListener