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