|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.plugins.rest.model.search.SearchResultsList
public class SearchResultsList
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 |
---|
protected int startIndex
protected int maxResult
protected int size
Constructor Detail |
---|
public SearchResultsList()
public SearchResultsList(int size, org.apache.commons.lang.math.IntRange range, java.util.List<SearchResult> searchResults)
public SearchResultsList(PagerPaginationSupport paginationSupport, java.util.List<SearchResult> results)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |