Interface SCMSourceRequest.RevisionLambda<H extends SCMHead,R extends SCMRevision>

Type Parameters:
H - the type of SCMHead.
R - the type of SCMRevision.
Enclosing class:
SCMSourceRequest

public static interface SCMSourceRequest.RevisionLambda<H extends SCMHead,R extends SCMRevision>
A lambda that will create the SCMRevision instance for a specific SCMHead.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(H head)
    Creates a SCMRevision for the specified SCMHead.