Uses of Class
jenkins.scm.api.SCMSourceObserver
Packages that use 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
Classes in jenkins.scm.api with type parameters of type SCMSourceObserverModifier 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.Subclasses of SCMSourceObserver in jenkins.scm.apiModifier 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.Methods in jenkins.scm.api with type parameters of type SCMSourceObserverModifier and TypeMethodDescriptionstatic <O extends SCMSourceObserver>
SCMSourceObserver.Filter<O>Creates an observer that filters a delegates observer to the specified project namesMethods in jenkins.scm.api with parameters of type SCMSourceObserverModifier 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
Methods in jenkins.scm.api.trait that return SCMSourceObserverModifier 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
.Methods in jenkins.scm.api.trait with parameters of type SCMSourceObserverModifier 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
.Constructors in jenkins.scm.api.trait with parameters of type SCMSourceObserverModifierConstructorDescriptionprotected
SCMNavigatorRequest
(SCMNavigator source, SCMNavigatorContext<?, ?> context, SCMSourceObserver observer) Constructor. -
Uses of SCMSourceObserver in jenkins.scm.impl
Methods in jenkins.scm.impl with parameters of type SCMSourceObserverModifier and TypeMethodDescriptionvoid
SingleSCMNavigator.visitSources
(SCMSourceObserver observer)