Uses of Class
jenkins.scm.api.SCMHeadEvent
Package
Description
The public API contract of the SCM API plugin.
The common implementations of classes in the public API.
-
Uses of SCMHeadEvent in jenkins.scm.api
Modifier and TypeMethodDescriptionfinal <O extends SCMHeadObserver>
OSCMSource.fetch
(SCMSourceCriteria criteria, O observer, SCMHeadEvent<?> event, TaskListener listener) Fetches the latest heads and corresponding revisions scoped against a specific event.final <O extends SCMHeadObserver>
OSCMSource.fetch
(O observer, SCMHeadEvent<?> event, TaskListener listener) Fetches the latest heads and corresponding revisions scoped against a specific event.SCMSource.fetchActions
(SCMHead head, SCMHeadEvent event, TaskListener listener) Fetches any actions that should be persisted for objects related to the specified head.SCMSource.fetchActions
(SCMRevision revision, SCMHeadEvent event, TaskListener listener) Fetches any actions that should be persisted for objects related to the specified revision.static void
SCMHeadEvent.fireLater
(SCMHeadEvent<?> event, long delay, TimeUnit delayUnits) Fires theSCMHeadEvent
to all registeredSCMEventListener
instances after the specified delay.static void
SCMHeadEvent.fireNow
(SCMHeadEvent<?> event) Fires theSCMHeadEvent
to all registeredSCMEventListener
instances.void
SCMEventListener.onSCMHeadEvent
(SCMHeadEvent<?> event) Callback for aSCMHeadEvent
protected abstract void
SCMSource.retrieve
(SCMSourceCriteria criteria, SCMHeadObserver observer, SCMHeadEvent<?> event, TaskListener listener) SPI: Fetches the latest heads and corresponding revisions that are originating from the supplied event.SCMSource.retrieveActions
(SCMHead head, SCMHeadEvent event, TaskListener listener) SCMSource.retrieveActions
(SCMRevision revision, SCMHeadEvent event, TaskListener listener) void
SCMNavigator.visitSources
(SCMSourceObserver observer, SCMHeadEvent<?> event) Looks for SCM sources in a configured place (scoped against a specific event). -
Uses of SCMHeadEvent in jenkins.scm.impl
Modifier and TypeMethodDescriptionvoid
SCMTriggerListener.onSCMHeadEvent
(SCMHeadEvent<?> event) Callback for aSCMHeadEvent
protected void
NullSCMSource.retrieve
(SCMSourceCriteria criteria, SCMHeadObserver observer, SCMHeadEvent<?> event, TaskListener listener) SPI: Fetches the latest heads and corresponding revisions that are originating from the supplied event.protected void
SingleSCMSource.retrieve
(SCMSourceCriteria criteria, SCMHeadObserver observer, SCMHeadEvent<?> event, TaskListener listener)