@Extension public static class MultiBranchProject.SCMEventListenerImpl extends jenkins.scm.api.SCMEventListener
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
SCMEventListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
StreamTaskListener |
globalEventsListener()
The
TaskListener for events that we cannot assign to a multi-branch project. |
void |
onSCMHeadEvent(jenkins.scm.api.SCMHeadEvent<?> event) |
void |
onSCMSourceEvent(jenkins.scm.api.SCMSourceEvent<?> event) |
onSCMNavigatorEvent@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public StreamTaskListener globalEventsListener()
TaskListener for events that we cannot assign to a multi-branch project.TaskListener for events that we cannot assign to a multi-branch project.public void onSCMHeadEvent(jenkins.scm.api.SCMHeadEvent<?> event)
onSCMHeadEvent in class jenkins.scm.api.SCMEventListenerpublic void onSCMSourceEvent(jenkins.scm.api.SCMSourceEvent<?> event)
onSCMSourceEvent in class jenkins.scm.api.SCMEventListenerCopyright © 2016–2019. All rights reserved.