Uses of Class
jenkins.scm.api.SCMSourceEvent
Packages that use SCMSourceEvent
-
Uses of SCMSourceEvent in jenkins.scm.api
Methods in jenkins.scm.api with parameters of type SCMSourceEventModifier and TypeMethodDescriptionSCMSource.fetchActions
(SCMSourceEvent event, TaskListener listener) Fetches any actions that should be persisted for objects related to the specified source.static void
SCMSourceEvent.fireLater
(SCMSourceEvent<?> event, long delay, TimeUnit delayUnits) Fires theSCMSourceEvent
to all registeredSCMEventListener
instances after the specified delay.static void
SCMSourceEvent.fireNow
(SCMSourceEvent<?> event) Fires theSCMSourceEvent
to all registeredSCMEventListener
instances.void
SCMEventListener.onSCMSourceEvent
(SCMSourceEvent<?> event) Callback for aSCMSourceEvent
SCMSource.retrieveActions
(SCMSourceEvent event, TaskListener listener) void
SCMNavigator.visitSources
(SCMSourceObserver observer, SCMSourceEvent<?> event) Looks for SCM sources in a configured place (scoped against a specific event).Constructors in jenkins.scm.api with parameters of type SCMSourceEvent