public interface Issues
| Modifier and Type | Interface and Description |
|---|---|
static class |
Issues.IssueSpec
Specifications for building an
Issue. |
Stream<Issue> stream() throws IOException, UnauthorizedException
Stream with all issues for this projectIOException - if the server is unavailableUnauthorizedException - if the user's Session is not authorized to access this
resourceOptional<Issue> get(String id) throws IOException, UnauthorizedException
Issue with the given id, if it exists.id - the issue's idIssue with the given id, if it exists.IOException - if the server is unavailableUnauthorizedException - if the user's Session is unauthorized to perform this
operationIssue create(Issues.IssueSpec spec) throws IOException, UnauthorizedException
spec.spec - the specifications for creating the issueIssueIOException - if the server is unavailableUnauthorizedException - if the user's Session is unauthorized to perform this
operationCopyright © 2017 George Aristy. All rights reserved.