com.atlassian.jira.web.action.issue
Class IssueNavigatorToolsHelper.SearchResultInfo

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.IssueNavigatorToolsHelper.SearchResultInfo
Enclosing class:
IssueNavigatorToolsHelper

public static class IssueNavigatorToolsHelper.SearchResultInfo
extends Object


Field Summary
 int pages
          number of pages in search
 int total
          number of issues in search
 
Constructor Summary
IssueNavigatorToolsHelper.SearchResultInfo(int total, int pages)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total

public final int total
number of issues in search


pages

public final int pages
number of pages in search

Constructor Detail

IssueNavigatorToolsHelper.SearchResultInfo

public IssueNavigatorToolsHelper.SearchResultInfo(int total,
                                                  int pages)


Copyright © 2002-2013 Atlassian. All Rights Reserved.