Class RestVariableList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestVariable>
com.atlassian.bamboo.rest.model.build.variable.RestVariableList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestVariable>

public class RestVariableList extends AbstractRestList<RestVariable>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestVariableList

      public RestVariableList()
    • RestVariableList

      public RestVariableList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestVariable> callback)
  • Method Details