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>

public class RestGlobalVariableList extends AbstractRestList<RestGlobalVariable>
Since:
5.9
  • 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