Package | Description |
---|---|
jenkins.scm.api.trait |
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations. |
Modifier and Type | Method and Description |
---|---|
<H extends SCMHead,I,R extends SCMRevision> |
SCMSourceRequest.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
the
SCMRevision can be instantiated. |
Copyright © 2016–2022. All rights reserved.