Class RestGlobalVariableList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestGlobalVariable>
-
- com.atlassian.bamboo.plugins.rest.admin.globalvariable.RestGlobalVariableList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestGlobalVariable>
public class RestGlobalVariableList extends AbstractRestList<RestGlobalVariable>
- Since:
- 5.9
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestGlobalVariableList()
RestGlobalVariableList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestGlobalVariable> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestGlobalVariable>
getGlobalVariables()
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Constructor Detail
-
RestGlobalVariableList
public RestGlobalVariableList()
-
RestGlobalVariableList
public RestGlobalVariableList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestGlobalVariable> callback)
-
-
Method Detail
-
getGlobalVariables
public List<RestGlobalVariable> getGlobalVariables()
-
-