public class RestJiraIssueListWrapperCallBacks extends Object
Modifier and Type | Method and Description |
---|---|
static com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> |
ofList(List<LinkedJiraIssue> items,
int maxResults,
Project project,
JiraIssueManager jiraIssueManager,
javax.ws.rs.core.UriInfo uriInfo)
This ListWrapperCallback will read details of JIRA issues on demand
|
public static com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> ofList(List<LinkedJiraIssue> items, int maxResults, Project project, JiraIssueManager jiraIssueManager, javax.ws.rs.core.UriInfo uriInfo)
items
- maxResults
- project
- jiraIssueManager
- ListWrapperCallback
of Jira Issues.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.