com.atlassian.bamboo.plugins.rest.model.project
Class RestProjectList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestProject>
      extended by com.atlassian.bamboo.plugins.rest.model.project.RestProjectList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestProject>

public class RestProjectList
extends AbstractRestList<RestProject>


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

Field Detail

expand

protected java.lang.String expand
Constructor Detail

RestProjectList

public RestProjectList()

RestProjectList

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.