- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
BlueArtifactContainer
, BlueFavoriteContainer
, BlueOrganizationContainer
, BluePipelineContainer
, BluePipelineNodeContainer
, BluePipelineStepContainer
, BlueQueueContainer
, BlueRunContainer
, BlueTestResultContainer
, BlueTrendContainer
, BlueUserContainer
, Container
, Containers.AbstractContainer
public interface Pageable<T>
extends Iterable<T>
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Returns a iterator that visits a subset, which is used by the HTTP layer to do the pagination.
-
Method Details
-
iterator
Returns a iterator that visits a subset, which is used by the HTTP layer to do the pagination.
- Parameters:
start
- starting index requested from collection
limit
- max number of item requested in the page
- Returns:
- filtered collection