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
-
record
Records the result of the named project.- Parameters:
projectName
- the project name.isMatch
-true
if the project matched.
-