Uses of Class
jenkins.scm.api.SCMEventListener
Packages that use SCMEventListener
Package
Description
The public API contract of the SCM API plugin.
The common implementations of classes in the public API.
- 
Uses of SCMEventListener in jenkins.scm.api
Methods in jenkins.scm.api with parameters of type SCMEventListenerModifier and TypeMethodDescriptionprotected abstract voidSCMEvent.Dispatcher.fire(SCMEventListener l, E event) protected abstract voidSCMEvent.Dispatcher.log(SCMEventListener l, Throwable e)  - 
Uses of SCMEventListener in jenkins.scm.impl
Subclasses of SCMEventListener in jenkins.scm.implModifier and TypeClassDescriptionclassASCMEventListenerthat will trigger the post commit hooks enabled bySCMTriggerfor anySCMHeadEventwhich return a positive match against aSCMthroughSCMHeadEvent.isMatch(SCM).