Package com.atlassian.bamboo.ww2.aware
Interface PaginationAware<T>
-
- All Superinterfaces:
ResultsListProvider
- All Known Implementing Classes:
ViewAgentAdmin
,ViewAuthors
,ViewBuildResultsSuccessfulTests
,ViewBuildResultsTable
,ViewBuildResultsTableByPlans
,ViewOfflineAgents
,ViewReport
public interface PaginationAware<T> extends ResultsListProvider
Actions that implement this has a results list that is paginated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pager<T>
getPager()
void
setPager(Pager<T> pager)
-
Methods inherited from interface com.atlassian.bamboo.ww2.aware.ResultsListProvider
getResultsList
-
-