Class RestPlanList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestPlan>
com.atlassian.bamboo.plugins.rest.model.plan.RestPlanList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestPlan>

public class RestPlanList extends AbstractRestList<RestPlan>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestPlanList

      public RestPlanList()
    • RestPlanList

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