|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestStage>
com.atlassian.bamboo.plugins.rest.model.chain.RestStageList
public class RestStageList
Field Summary | |
---|---|
protected java.lang.String |
expand
|
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList |
---|
callback, maxResult, size, startIndex |
Constructor Summary | |
---|---|
RestStageList()
|
|
RestStageList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestStage> callback)
|
Method Summary | |
---|---|
java.util.List<RestStage> |
getStages()
|
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 |
---|
protected java.lang.String expand
Constructor Detail |
---|
public RestStageList()
public RestStageList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestStage> callback)
Method Detail |
---|
public java.util.List<RestStage> getStages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |