Package jenkins.scm.api.trait
Interface SCMSourceRequest.Witness<H extends SCMHead,R extends SCMRevision>
- Type Parameters:
H- the type ofSCMHeadR- 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-trueif the head matched.
-