Package jenkins.scm.api.trait
Interface SCMNavigatorRequest.Witness
- Enclosing class:
- SCMNavigatorRequest
public static interface SCMNavigatorRequest.Witness
Callback lambda to track the results of
 
SCMNavigatorRequest.process(String, SourceLambda, AttributeLambda, Witness...) or
 SCMNavigatorRequest.process(String, List, List, Witness...)- 
Method Summary
- 
Method Details- 
recordRecords the result of the named project.- Parameters:
- projectName- the project name.
- isMatch-- trueif the project matched.
 
 
-