H
- the type of SCMHead
R
- the type of SCMRevision
public static interface SCMSourceRequest.Witness<H extends SCMHead,R extends SCMRevision>
SCMSourceRequest.process(SCMHead, IntermediateLambda, ProbeLambda, LazyRevisionLambda, Witness[])
Modifier and Type | Method and Description |
---|---|
void |
record(H head,
R revision,
boolean isMatch)
Records the result of a
SCMHead . |
void record(@NonNull H head, @CheckForNull R revision, boolean isMatch)
SCMHead
.head
- the SCMHead
.revision
- (optional) the resolved SCMRevision
.isMatch
- true
if the head matched.Copyright © 2016–2022. All rights reserved.