public class IssuesTemplate extends AbstractGithubTemplate implements IssuesOperations
| Constructor and Description |
|---|
IssuesTemplate(org.springframework.web.client.RestOperations restOperations) |
| 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() |
buildUri, buildUri, buildUriString, buildUriTemplate, getRestOperationspublic IssuesTemplate(org.springframework.web.client.RestOperations restOperations)
public List<Issue> listAllIssues()
listAllIssues in interface IssuesOperationspublic List<Issue> listUserIssues()
listUserIssues in interface IssuesOperationspublic List<Issue> listOrganizationIssues(String organization)
listOrganizationIssues in interface IssuesOperationspublic Issue createIssue(IssueRequest issueRequest, String owner, String repo)
createIssue in interface IssuesOperationsCopyright © 2015–2016 Zalando SE. All rights reserved.