public static interface SCMNavigatorRequest.AttributeLambda
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
create(String projectName)
Creates the attributes map for the named project.
|
@NonNull Map<String,Object> create(@NonNull String projectName) throws IOException, InterruptedException
projectName
- the named project.IOException
- if there is an I/O error.InterruptedException
- if the operation was interrupted.Copyright © 2016–2022. All rights reserved.