Uses of Interface
jenkins.scm.api.trait.SCMSourceRequest.RevisionLambda
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.-
Uses of SCMSourceRequest.RevisionLambda in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionfinal <H extends SCMHead,
R extends SCMRevision>
booleanSCMSourceRequest.process
(H head, SCMSourceRequest.RevisionLambda<H, R> revisionFactory, SCMSourceRequest.ProbeLambda<H, R> probeFactory, SCMSourceRequest.Witness... witnesses) Processes a head in the context of the current request.