Uses of Interface
com.atlassian.bamboo.util.pagination.PaginatedDataProvider
-
Uses of PaginatedDataProvider in com.atlassian.bamboo.util.pagination
Modifier and TypeMethodDescription<T> @NotNull PaginationResult<T>
PaginatedDataCollector.collect
(@NotNull PaginationRequest<T> request, @NotNull PaginatedDataProvider<T> provider) Fetch data from provider with limitation in request. -
Uses of PaginatedDataProvider in com.atlassian.bamboo.utils
Modifier and TypeMethodDescription<T> @NotNull PaginationResult<T>
PaginatedDataCollectorImpl.collect
(PaginationRequest<T> request, @NotNull PaginatedDataProvider<T> provider)