com.atlassian.bamboo.ww2.aware
Interface PaginationAware<T>

All Superinterfaces:
ResultsListProvider
All Known Implementing Classes:
ViewBuildResultsSuccessfulTests, ViewBuildResultsTable, ViewBuildResultsTableByPlans, ViewChainAuditLog, ViewGlobalAuditLogAction, ViewOfflineAgents, ViewReport

public interface PaginationAware<T>
extends ResultsListProvider

Actions that implement this has a results list that is paginated


Method Summary
 Pager<T> getPager()
           
 void setPager(Pager<T> pager)
           
 
Methods inherited from interface com.atlassian.bamboo.ww2.aware.ResultsListProvider
getResultsList
 

Method Detail

getPager

Pager<T> getPager()

setPager

void setPager(Pager<T> pager)


Copyright © 2012 Atlassian. All Rights Reserved.