@Extension
public static class OrganizationFolder.SCMEventListenerImpl
extends jenkins.scm.api.SCMEventListener
Constructor and Description |
---|
SCMEventListenerImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.model.TaskListener |
globalEventsListener()
The
TaskListener for events that we cannot assign to an organization folder. |
void |
onSCMHeadEvent(jenkins.scm.api.SCMHeadEvent<?> event) |
void |
onSCMNavigatorEvent(jenkins.scm.api.SCMNavigatorEvent<?> event) |
void |
onSCMSourceEvent(jenkins.scm.api.SCMSourceEvent<?> event) |
public hudson.model.TaskListener globalEventsListener()
TaskListener
for events that we cannot assign to an organization folder.TaskListener
for events that we cannot assign to an organization folder.public void onSCMHeadEvent(jenkins.scm.api.SCMHeadEvent<?> event)
onSCMHeadEvent
in class jenkins.scm.api.SCMEventListener
public void onSCMNavigatorEvent(jenkins.scm.api.SCMNavigatorEvent<?> event)
onSCMNavigatorEvent
in class jenkins.scm.api.SCMEventListener
public void onSCMSourceEvent(jenkins.scm.api.SCMSourceEvent<?> event)
onSCMSourceEvent
in class jenkins.scm.api.SCMEventListener
Copyright © 2016–2017. All rights reserved.