Uses of Class
jenkins.scm.api.SCMHeadEvent
Packages that use 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
Methods in jenkins.scm.api with parameters of type SCMHeadEventModifier 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 voidSCMHeadEvent.fireLater(SCMHeadEvent<?> event, long delay, TimeUnit delayUnits) Fires theSCMHeadEventto all registeredSCMEventListenerinstances after the specified delay.static voidSCMHeadEvent.fireNow(SCMHeadEvent<?> event) Fires theSCMHeadEventto all registeredSCMEventListenerinstances.voidSCMEventListener.onSCMHeadEvent(SCMHeadEvent<?> event) Callback for aSCMHeadEventprotected abstract voidSCMSource.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) voidSCMNavigator.visitSources(SCMSourceObserver observer, SCMHeadEvent<?> event) Looks for SCM sources in a configured place (scoped against a specific event).Constructors in jenkins.scm.api with parameters of type SCMHeadEvent -
Uses of SCMHeadEvent in jenkins.scm.impl
Methods in jenkins.scm.impl with parameters of type SCMHeadEventModifier and TypeMethodDescriptionvoidSCMTriggerListener.onSCMHeadEvent(SCMHeadEvent<?> event) Callback for aSCMHeadEventprotected voidNullSCMSource.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 voidSingleSCMSource.retrieve(SCMSourceCriteria criteria, SCMHeadObserver observer, SCMHeadEvent<?> event, TaskListener listener)