com.atlassian.bamboo.plugins.rest.model.build
Class RestResultList

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

public class RestResultList
extends AbstractRestList<Result>


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

Field Detail

results

@Expandable
protected java.util.List<Result> results

expand

protected java.lang.String expand
Constructor Detail

RestResultList

public RestResultList()

RestResultList

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

getResults

public java.util.List<Result> getResults()

setResults

public void setResults(java.util.List<Result> results)


Copyright © 2012 Atlassian. All Rights Reserved.