H
- the type of SCMHead
.R
- the type of SCMRevision
.public static interface SCMSourceRequest.RevisionLambda<H extends SCMHead,R extends SCMRevision>
SCMRevision
instance for a specific SCMHead
.Modifier and Type | Method and Description |
---|---|
R |
create(H head)
Creates a
SCMRevision for the specified SCMHead . |
@NonNull R create(@NonNull H head) throws IOException, InterruptedException
SCMRevision
for the specified SCMHead
.head
- the SCMHead
.SCMRevision
.IOException
- if there is an I/O error.InterruptedException
- if the operation was interrupted.Copyright © 2016–2022. All rights reserved.