Uses of Class
jenkins.scm.api.trait.SCMSourceDecorator
Packages that use 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
Methods in jenkins.scm.api.trait that return types with arguments of type SCMSourceDecoratorModifier and TypeMethodDescriptionfinal List<SCMSourceDecorator<?,?>> SCMNavigatorContext.decorators()Returns the (possibly empty) list ofSCMSourceDecoratorinstances to apply to discovered projects.final List<SCMSourceDecorator<?,?>> SCMNavigatorRequest.decorators()Returns theSCMSourceDecoratorinstances to apply toSCMSourceinstances.Methods in jenkins.scm.api.trait with parameters of type SCMSourceDecoratorModifier and TypeMethodDescriptionfinal CSCMNavigatorContext.withDecorator(SCMSourceDecorator<?, ?> decorator) Adds the suppliedSCMSourceDecorator.final CSCMNavigatorContext.withDecorators(SCMSourceDecorator<?, ?>... decorators) Adds the suppliedSCMSourceDecoratorinstances.Method parameters in jenkins.scm.api.trait with type arguments of type SCMSourceDecoratorModifier and TypeMethodDescriptionfinal CSCMNavigatorContext.withDecorators(Collection<? extends SCMSourceDecorator<?, ?>> decorators) Adds the suppliedSCMSourceDecoratorinstances.