com.atlassian.bamboo.plugins.rest.model.build
Class RestResultList
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.AbstractRestList<Result>
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>
Constructor Summary |
RestResultList()
|
RestResultList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<Result> callback)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
results
@Expandable
protected java.util.List<Result> results
expand
protected java.lang.String expand
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)
getResults
public java.util.List<Result> getResults()
setResults
public void setResults(java.util.List<Result> results)
Copyright © 2012 Atlassian. All Rights Reserved.