Uses of Class
jenkins.scm.api.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
Modifier and TypeMethodDescriptionprotected abstract void
SCMEvent.Dispatcher.fire
(SCMEventListener l, E event) protected abstract void
SCMEvent.Dispatcher.log
(SCMEventListener l, Throwable e) -
Uses of SCMEventListener in jenkins.scm.impl
Modifier and TypeClassDescriptionclass
ASCMEventListener
that will trigger the post commit hooks enabled bySCMTrigger
for anySCMHeadEvent
which return a positive match against aSCM
throughSCMHeadEvent.isMatch(SCM)
.