public interface IssuesOperations
| Modifier and Type | Method and Description |
|---|---|
Issue |
createIssue(IssueRequest issueRequest,
String owner,
String repo) |
List<Issue> |
listAllIssues() |
List<Issue> |
listOrganizationIssues(String organization) |
List<Issue> |
listUserIssues() |
Copyright © 2015–2016 Zalando SE. All rights reserved.