Class PlanProjectResource
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.gadget.PlanProjectResource
-
public class PlanProjectResource extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlanProjectResource.Option
-
Constructor Summary
Constructors Constructor Description PlanProjectResource(CachedPlanManager cachedPlanManager, ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<PlanProjectResource.Option>
getPlansForProjects(String allProjects, javax.ws.rs.core.UriInfo uriInfo)
Collection<PlanProjectResource.Option>
getProjectsAndPlans(String query, String selectedProjects, String selectedPlans, javax.ws.rs.core.UriInfo uriInfo)
-
-
-
Constructor Detail
-
PlanProjectResource
public PlanProjectResource(CachedPlanManager cachedPlanManager, ProjectManager projectManager)
-
-
Method Detail
-
getProjectsAndPlans
public Collection<PlanProjectResource.Option> getProjectsAndPlans(String query, String selectedProjects, String selectedPlans, @Context javax.ws.rs.core.UriInfo uriInfo)
-
getPlansForProjects
public Collection<PlanProjectResource.Option> getPlansForProjects(String allProjects, @Context javax.ws.rs.core.UriInfo uriInfo)
-
-