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.api.expand.listwrapper.ListWrapper<RestGlobalVariable>
- Since:
- 5.9
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestGlobalVariableList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestGlobalVariable> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Constructor Details
-
RestGlobalVariableList
public RestGlobalVariableList() -
RestGlobalVariableList
public RestGlobalVariableList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestGlobalVariable> callback)
-
-
Method Details
-
getGlobalVariables
-