Interface SCMSourceRequest.LazyRevisionLambda<H extends SCMHead,R extends SCMRevision,I>

Type Parameters:
H - the type of SCMHead
R - the type of SCMRevision.
I - the type of intermediate value produced by the SCMSourceRequest.IntermediateLambda.
Enclosing class:
SCMSourceRequest

public static interface SCMSourceRequest.LazyRevisionLambda<H extends SCMHead,R extends SCMRevision,I>
A lambda that will create the SCMRevision instance for a specific SCMHead using the intermediate value produced by a SCMSourceRequest.IntermediateLambda.
See Also: