Package jenkins.scm.api.trait
Interface SCMNavigatorRequest.SourceLambda
- Enclosing class:
- SCMNavigatorRequest
public static interface SCMNavigatorRequest.SourceLambda
A lambda that will create the
SCMSource
instance for a specific project name.-
Method Summary
-
Method Details
-
create
Creates theSCMSource
for the named project.- Parameters:
projectName
- the named project.- Returns:
- the
SCMSource
instance. - Throws:
IOException
- if there is an I/O error.InterruptedException
- if the operation was interrupted.
-