Package jenkins.scm.api.trait
Interface SCMNavigatorRequest.AttributeLambda
- Enclosing class:
- SCMNavigatorRequest
public static interface SCMNavigatorRequest.AttributeLambda
A lambda that will create the map of attributes for a specific project name.
- 
Method Summary
- 
Method Details- 
create@NonNull Map<String,Object> create(@NonNull String projectName) throws IOException, InterruptedException Creates the attributes map for the named project.- Parameters:
- projectName- the named project.
- Returns:
- the attributes map.
- Throws:
- IOException- if there is an I/O error.
- InterruptedException- if the operation was interrupted.
 
 
-