From 20b04ec76cd7f45a446095d0873338be4e4bb87e Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 5 Jan 2012 14:52:45 +0100 Subject: SONAR-3147 Web service to list available widgets --- sonar-plugin-api/src/main/java/org/sonar/api/web/Dashboard.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-plugin-api/src') diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/web/Dashboard.java b/sonar-plugin-api/src/main/java/org/sonar/api/web/Dashboard.java index ca0602a6f92..df2a2104806 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/web/Dashboard.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/web/Dashboard.java @@ -54,6 +54,8 @@ public final class Dashboard { /** * Add a widget with the given parameters, and return the newly created {@link Widget} object if one wants to add parameters to it. * + *

The widget ids are listed by the web service /api/widgets

+ * * @param widgetId id of an existing widget * @param columnId column starts with 1. The widget is ignored if the column id does not match the layout. */ -- cgit v1.2.3