com.atlassian.bamboo.plugins.rest.model.search
Class SearchResultsList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.search.SearchResultsList

public class SearchResultsList
extends java.lang.Object


Field Summary
protected  int maxResult
           
protected  int size
           
protected  int startIndex
           
 
Constructor Summary
SearchResultsList()
           
SearchResultsList(int size, org.apache.commons.lang.math.IntRange range, java.util.List<SearchResult> searchResults)
           
SearchResultsList(PagerPaginationSupport paginationSupport, java.util.List<SearchResult> results)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startIndex

protected int startIndex

maxResult

protected int maxResult

size

protected int size
Constructor Detail

SearchResultsList

public SearchResultsList()

SearchResultsList

public SearchResultsList(int size,
                         org.apache.commons.lang.math.IntRange range,
                         java.util.List<SearchResult> searchResults)

SearchResultsList

public SearchResultsList(PagerPaginationSupport paginationSupport,
                         java.util.List<SearchResult> results)


Copyright © 2012 Atlassian. All Rights Reserved.