public static interface SCMNavigatorRequest.SourceLambda
SCMSource instance for a specific project name.| Modifier and Type | Method and Description |
|---|---|
SCMSource |
create(String projectName)
Creates the
SCMSource for the named project. |
@NonNull SCMSource create(@NonNull String projectName) throws IOException, InterruptedException
SCMSource for the named project.projectName - the named project.SCMSource instance.IOException - if there is an I/O error.InterruptedException - if the operation was interrupted.Copyright © 2016–2019. All rights reserved.