Uses of Class
jenkins.scm.api.trait.SCMSourceDecorator
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.-
Uses of SCMSourceDecorator in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionfinal List<SCMSourceDecorator<?,
?>> SCMNavigatorContext.decorators()
Returns the (possibly empty) list ofSCMSourceDecorator
instances to apply to discovered projects.final List<SCMSourceDecorator<?,
?>> SCMNavigatorRequest.decorators()
Returns theSCMSourceDecorator
instances to apply toSCMSource
instances.Modifier and TypeMethodDescriptionfinal C
SCMNavigatorContext.withDecorator
(SCMSourceDecorator<?, ?> decorator) Adds the suppliedSCMSourceDecorator
.final C
SCMNavigatorContext.withDecorators
(SCMSourceDecorator<?, ?>... decorators) Adds the suppliedSCMSourceDecorator
instances.Modifier and TypeMethodDescriptionfinal C
SCMNavigatorContext.withDecorators
(Collection<? extends SCMSourceDecorator<?, ?>> decorators) Adds the suppliedSCMSourceDecorator
instances.