@Extension public class SCMTriggerListener extends SCMEventListener
SCMEventListener that will trigger the post commit hooks enabled by SCMTrigger for any
SCMHeadEvent which return a positive match against a SCM through SCMHeadEvent.isMatch(SCM).ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
SCMTriggerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSCMHeadEvent(SCMHeadEvent<?> event)
Callback for a
SCMHeadEvent |
onSCMNavigatorEvent, onSCMSourceEventpublic void onSCMHeadEvent(SCMHeadEvent<?> event)
SCMHeadEventonSCMHeadEvent in class SCMEventListenerevent - the event.Copyright © 2016–2019. All rights reserved.