com.atlassian.bamboo.ww2.aware
Interface PaginationAware

All Superinterfaces:
ResultsListProvider
All Known Subinterfaces:
LazyPaginationAware
All Known Implementing Classes:
ListBuildResults, ListChainResults, ViewBuildResultsSuccessfulTests, ViewBuildResultsTable, ViewBuildResultsTableByPlans, ViewChainAuditLog, ViewElasticAgentHistoryAction, ViewGlobalAuditLogAction, ViewJiraIssueForPlan, ViewOfflineAgents, ViewReport

public interface PaginationAware
extends ResultsListProvider

Actions that implement this has a results list that is paginated


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

Method Detail

getPager

Pager getPager()

setPager

void setPager(Pager pager)


Copyright © 2011 Atlassian. All Rights Reserved.