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
SCMEvents- Since:
- 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonSCMHeadEvent(SCMHeadEvent<?> event) Callback for aSCMHeadEventvoidonSCMNavigatorEvent(SCMNavigatorEvent<?> event) Callback for aSCMNavigatorEventvoidonSCMSourceEvent(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.
-