Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.RestPlans
-
Packages that use RestPlans Package Description com.atlassian.bamboo.plugins.rest.build com.atlassian.bamboo.plugins.rest.service -
-
Uses of RestPlans in com.atlassian.bamboo.plugins.rest.build
Methods in com.atlassian.bamboo.plugins.rest.build that return RestPlans Modifier and Type Method Description RestPlans
PlanResource. getAllPlanList(javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
-
Uses of RestPlans in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return RestPlans Modifier and Type Method Description RestPlans
PlanRestService. createPaginatedPlanResponse(List<? extends ImmutablePlan> plans, @Nullable com.atlassian.user.User user, javax.ws.rs.core.UriInfo uriInfo)
RestPlans
PlanRestServiceImpl. createPaginatedPlanResponse(List<? extends ImmutablePlan> plans, @Nullable com.atlassian.user.User user, javax.ws.rs.core.UriInfo uriInfo)
-