@Extension
public static class MultiBranchProject.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 a multi-branch project. |
void |
onSCMHeadEvent(jenkins.scm.api.SCMHeadEvent<?> event) |
void |
onSCMSourceEvent(jenkins.scm.api.SCMSourceEvent<?> event) |
public hudson.model.TaskListener 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.SCMEventListener
public void onSCMSourceEvent(jenkins.scm.api.SCMSourceEvent<?> event)
onSCMSourceEvent
in class jenkins.scm.api.SCMEventListener
Copyright © 2016–2017. All rights reserved.