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