public class SCMEventListener extends Object implements ExtensionPoint
SCMEventsExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
SCMEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSCMHeadEvent(SCMHeadEvent<?> event)
Callback for a
SCMHeadEvent |
void |
onSCMNavigatorEvent(SCMNavigatorEvent<?> event)
Callback for a
SCMNavigatorEvent |
void |
onSCMSourceEvent(SCMSourceEvent<?> event)
Callback for a
SCMSourceEvent |
public void onSCMHeadEvent(SCMHeadEvent<?> event)
SCMHeadEventevent - the event.public void onSCMNavigatorEvent(SCMNavigatorEvent<?> event)
SCMNavigatorEventevent - the event.public void onSCMSourceEvent(SCMSourceEvent<?> event)
SCMSourceEventevent - the event.Copyright © 2016–2019. All rights reserved.