public class IssueTable extends Object
This class was pulled from IssueTableResource.IssueTable to prevent coupling to the gadgets project. IssueTableResource should eventually use IssueTableService and therefore not need it's own internal IssueTable.
Constructor and Description |
---|
IssueTable(String table,
int displayed,
List<Long> issueIds,
Map<String,Object> sortBy,
int total,
int startIndex,
int end,
int page,
int pageSize,
String url,
String title,
String description,
Map<String,String> columnSortJql,
boolean jiraHasIssues,
List<String> issueKeys) |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getIssueIds() |
boolean |
getJiraHasIssues() |
Map<String,Object> |
getSortBy() |
String |
getTable() |
int |
getTotal() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.