Class BubbleChartResource


@Path("/bubblechart") @Produces("application/json") public class BubbleChartResource extends SearchQueryBackedResource
The REST resource for the bubble chart dashboard item.
  • Constructor Details

  • Method Details

    • generateChart

      @GET @Path("/generate") @Produces("application/json") public javax.ws.rs.core.Response generateChart(@QueryParam("projectOrFilterId") String projectOrFilterId, @QueryParam("bubbleType") @DefaultValue("participants") String bubbleType, @QueryParam("recentCommentsPeriod") @DefaultValue("1") int recentCommentsDays)