Package jenkins.scm.api.trait
Interface SCMSourceRequest.Witness<H extends SCMHead,R extends SCMRevision>
- Type Parameters:
H
- the type ofSCMHead
R
- the type ofSCMRevision
- Enclosing class:
- SCMSourceRequest
public static interface SCMSourceRequest.Witness<H extends SCMHead,R extends SCMRevision>
Callback lambda to track the results of
SCMSourceRequest.process(SCMHead, IntermediateLambda, ProbeLambda, LazyRevisionLambda, Witness[])
-
Method Summary
-
Method Details
-
record
Records the result of aSCMHead
.- Parameters:
head
- theSCMHead
.revision
- (optional) the resolvedSCMRevision
.isMatch
-true
if the head matched.
-