com.atlassian.bamboo.plugins.rest.model.plan
Class RestPlanActionList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestPlanAction>
      extended by com.atlassian.bamboo.plugins.rest.model.plan.RestPlanActionList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestPlanAction>

public class RestPlanActionList
extends AbstractRestList<RestPlanAction>


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

RestPlanActionList

public RestPlanActionList()

RestPlanActionList

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


Copyright © 2011 Atlassian. All Rights Reserved.