Class RestJobResultStatusList

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

public class RestJobResultStatusList extends AbstractRestList<RestJobResultStatus>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestJobResultStatusList

      public RestJobResultStatusList()
    • RestJobResultStatusList

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