public abstract class PagedSearchIterable<T> extends PagedIterable<T>
PagedIterable enhanced to report search result specific information.| Constructor and Description |
|---|
PagedSearchIterable() |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<T[]> |
adapt(Iterator<? extends org.kohsuke.github.SearchResult<T>> base)
Adapts
Iterator. |
int |
getTotalCount()
Returns the total number of hit, including the results that's not yet fetched.
|
boolean |
isIncomplete() |
asList, asSet, iteratorCopyright © 2015. All rights reserved.