Class RestBuildLabelList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestBuildLabel>
com.atlassian.bamboo.rest.model.build.label.RestBuildLabelList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestBuildLabel>

public class RestBuildLabelList extends AbstractRestList<RestBuildLabel>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestBuildLabelList

      public RestBuildLabelList()
    • RestBuildLabelList

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