com.atlassian.bamboo.plugins.rest.model.queue
Class RestQueuedBuildList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestQueuedBuild>
      extended by com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuildList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestQueuedBuild>

public class RestQueuedBuildList
extends AbstractRestList<RestQueuedBuild>


Field Summary
protected  java.lang.String expand
           
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestQueuedBuildList()
           
RestQueuedBuildList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestQueuedBuild> 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

RestQueuedBuildList

public RestQueuedBuildList()

RestQueuedBuildList

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


Copyright © 2010 Atlassian. All Rights Reserved.