com.atlassian.bamboo.plugins.rest.model.chart
Class RestReportList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestReport>
      extended by com.atlassian.bamboo.plugins.rest.model.chart.RestReportList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestReport>

public class RestReportList
extends AbstractRestList<RestReport>

User: mwent Date: May 15, 2009 Time: 12:37:52 PM


Field Summary
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestReportList()
           
RestReportList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestReport> callback)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize, setMaxResult, setStartIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestReportList

public RestReportList()

RestReportList

public RestReportList(int size,
                      org.apache.commons.lang.math.IntRange range,
                      com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestReport> callback)


Copyright © 2011 Atlassian. All Rights Reserved.