]> source.dussan.org Git - sonarqube.git/commitdiff
Improve documentation of ResourceType with new property
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 13 Jul 2012 07:58:24 +0000 (09:58 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Fri, 13 Jul 2012 07:59:09 +0000 (09:59 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java

index 0283888da99606309e2fa43fade2c4524d33c95b..babcc92508102665d6a72c1175a84f79db4c0247 100644 (file)
@@ -43,6 +43,7 @@ import java.util.Map;
  * <li>"availableForFilters": if set to "true", then this resource can be displayed in the filters results</li>
  * <li>"modifiable_history": if set to "true", then the history of this resource may be modified (deletion of snapshots, modification of events, ...)</li>
  * <li>"updatable_key" (since 3.2): if set to "true", then it is possible to update the key of this resource</li>
+ * <li>"supportsGlobalDashboards" (since 3.2): if true, this resource can be displayed in global dashboards</li>
  * </ul>
  *
  * @since 2.14