com.atlassian.bamboo.plugins.rest.admin.globalvariable
Class RestGlobalVariableList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestGlobalVariable>
      extended by 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.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestGlobalVariableList()
           
RestGlobalVariableList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestGlobalVariable> callback)
           
 
Method Summary
 List<RestGlobalVariable> getGlobalVariables()
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize, setMaxResult, setStartIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestGlobalVariableList

public RestGlobalVariableList()

RestGlobalVariableList

public RestGlobalVariableList(int size,
                              org.apache.commons.lang.math.IntRange range,
                              com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestGlobalVariable> callback)
Method Detail

getGlobalVariables

public List<RestGlobalVariable> getGlobalVariables()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.