com.atlassian.bamboo.plugins.rest.model.build.change
Class RestChangeList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestChange>
      extended by com.atlassian.bamboo.plugins.rest.model.build.change.RestChangeList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestChange>

public class RestChangeList
extends AbstractRestList<RestChange>


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

RestChangeList

public RestChangeList()

RestChangeList

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

getChange

public java.util.List<RestChange> getChange()


Copyright © 2011 Atlassian. All Rights Reserved.