com.atlassian.bamboo.ww2.aware
Interface PaginationAware

All Superinterfaces:
ResultsListProvider
All Known Implementing Classes:
ViewBuild, ViewBuildResultsSuccessfulTests, 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 © 2008 Atlassian Pty Ltd. All Rights Reserved.