Uses of Interface
jenkins.scm.api.trait.SCMSourceRequest.LazyRevisionLambda
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.-
Uses of SCMSourceRequest.LazyRevisionLambda in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionfinal <H extends SCMHead,
I, R extends SCMRevision>
booleanSCMSourceRequest.process
(H head, SCMSourceRequest.IntermediateLambda<I> intermediateFactory, SCMSourceRequest.ProbeLambda<H, I> probeFactory, SCMSourceRequest.LazyRevisionLambda<H, R, I> revisionFactory, SCMSourceRequest.Witness... witnesses) Processes a head in the context of the current request where an intermediary operation is required before theSCMRevision
can be instantiated.