Uses of Interface
jenkins.scm.api.trait.SCMNavigatorRequest.SourceLambda
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.-
Uses of SCMNavigatorRequest.SourceLambda in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionboolean
SCMNavigatorRequest.process
(String projectName, SCMNavigatorRequest.SourceLambda sourceFactory, SCMNavigatorRequest.AttributeLambda attributeFactory, SCMNavigatorRequest.Witness... witnesses) Processes a named project in the scope of the current request.Modifier and TypeMethodDescriptionboolean
SCMNavigatorRequest.process
(String projectName, List<SCMNavigatorRequest.SourceLambda> sourceFactories, List<SCMNavigatorRequest.AttributeLambda> attributeFactories, SCMNavigatorRequest.Witness... witnesses) Processes a named project in the scope of the current request.