public interface Projects
projects from the YouTrack server.| Modifier and Type | Method and Description |
|---|---|
Optional<Project> |
get(String id)
Returns the
Project with the given id, if any. |
Stream<Project> |
stream()
|
Stream<Project> stream() throws IOException, UnauthorizedException
Stream with all accessible projects by the user's
LoginIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to access this
resourceOptional<Project> get(String id) throws IOException, UnauthorizedException
Project with the given id, if any.id - the project's idProject with the given id, if anyIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationCopyright © 2017–2018 George Aristy. All rights reserved.