Class RestResultList

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

public class RestResultList extends AbstractRestList<Result>
  • Field Details

    • results

      @Expandable protected List<Result> results
    • expand

      protected String expand
  • Constructor Details

    • RestResultList

      public RestResultList()
    • RestResultList

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

    • getResults

      public List<Result> getResults()
    • setResults

      public void setResults(List<Result> results)