com.atlassian.jira.issue.table
Class IssueTable

java.lang.Object
  extended by com.atlassian.jira.issue.table.IssueTable

Deprecated. This functionality has been moved into jira-issue-nav-plugin. Since v6.0.

@Deprecated
public class IssueTable
extends Object

Serialisable IssueTable 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.

Since:
v5.1

Nested Class Summary
static class IssueTable.Builder
          Deprecated.  
 
Method Summary
 int getEnd()
          Deprecated.  
 List<Long> getIssueIds()
          Deprecated.  
 List<String> getIssueKeys()
          Deprecated.  
 boolean getJiraHasIssues()
          Deprecated.  
 int getStartIndex()
          Deprecated.  
 String getTable()
          Deprecated.  
 int getTotal()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTable

public String getTable()
Deprecated. 

getTotal

public int getTotal()
Deprecated. 

getStartIndex

public int getStartIndex()
Deprecated. 

getEnd

public int getEnd()
Deprecated. 

getJiraHasIssues

public boolean getJiraHasIssues()
Deprecated. 

getIssueIds

public List<Long> getIssueIds()
Deprecated. 

getIssueKeys

public List<String> getIssueKeys()
Deprecated. 


Copyright © 2002-2013 Atlassian. All Rights Reserved.