Package jenkins.scm.api
Class SCMEventListener
java.lang.Object
jenkins.scm.api.SCMEventListener
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
SCMTriggerListener
Base class for listeners to
SCMEvent
s- Since:
- 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSCMHeadEvent
(SCMHeadEvent<?> event) Callback for aSCMHeadEvent
void
onSCMNavigatorEvent
(SCMNavigatorEvent<?> event) Callback for aSCMNavigatorEvent
void
onSCMSourceEvent
(SCMSourceEvent<?> event) Callback for aSCMSourceEvent
-
Constructor Details
-
SCMEventListener
public SCMEventListener()
-
-
Method Details
-
onSCMHeadEvent
Callback for aSCMHeadEvent
- Parameters:
event
- the event.
-
onSCMSourceEvent
Callback for aSCMSourceEvent
- Parameters:
event
- the event.
-