Uses of Class
jenkins.scm.api.SCMSourceObserver
Package
Description
The public API contract of the SCM API plugin.
An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.The common implementations of classes in the public API.
-
Uses of SCMSourceObserver in jenkins.scm.api
Modifier and TypeClassDescriptionstatic class
SCMSourceObserver.Filter<O extends SCMSourceObserver>
An observer that filters the observed sources to a subset of named instances.static class
SCMSourceObserver.Wrapped<O extends SCMSourceObserver>
Base class for an observer that wraps another observer.Modifier and TypeClassDescriptionstatic class
SCMSourceObserver.Filter<O extends SCMSourceObserver>
An observer that filters the observed sources to a subset of named instances.static class
SCMSourceObserver.Wrapped<O extends SCMSourceObserver>
Base class for an observer that wraps another observer.Modifier and TypeMethodDescriptionstatic <O extends SCMSourceObserver>
SCMSourceObserver.Filter<O>Creates an observer that filters a delegates observer to the specified project namesModifier and TypeMethodDescriptionvoid
SCMNavigator.visitSource
(String sourceName, SCMSourceObserver observer) Looks for the named SCM source in a configured place.abstract void
SCMNavigator.visitSources
(SCMSourceObserver observer) Looks for SCM sources in a configured place.void
SCMNavigator.visitSources
(SCMSourceObserver observer, SCMHeadEvent<?> event) Looks for SCM sources in a configured place (scoped against a specific event).void
SCMNavigator.visitSources
(SCMSourceObserver observer, SCMSourceEvent<?> event) Looks for SCM sources in a configured place (scoped against a specific event). -
Uses of SCMSourceObserver in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionfinal SCMSourceObserver
SCMNavigatorTrait.applyToObserver
(SCMSourceObserver observer) Applies this trait to an observer for use during aSCMNavigatorRequest
.protected SCMSourceObserver
SCMNavigatorTrait.decorateObserver
(SCMSourceObserver observer) SPI: Override this method to decorate theSCMSourceObserver
used during aSCMNavigatorRequest
.Modifier and TypeMethodDescriptionfinal SCMSourceObserver
SCMNavigatorTrait.applyToObserver
(SCMSourceObserver observer) Applies this trait to an observer for use during aSCMNavigatorRequest
.protected SCMSourceObserver
SCMNavigatorTrait.decorateObserver
(SCMSourceObserver observer) SPI: Override this method to decorate theSCMSourceObserver
used during aSCMNavigatorRequest
.abstract R
SCMNavigatorContext.newRequest
(SCMNavigator navigator, SCMSourceObserver observer) Creates a newSCMNavigatorRequest
.ModifierConstructorDescriptionprotected
SCMNavigatorRequest
(SCMNavigator source, SCMNavigatorContext<?, ?> context, SCMSourceObserver observer) Constructor. -
Uses of SCMSourceObserver in jenkins.scm.impl
Modifier and TypeMethodDescriptionvoid
SingleSCMNavigator.visitSources
(SCMSourceObserver observer)