]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1608 Update documentation on ResourceType
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 12 Jul 2012 11:35:19 +0000 (13:35 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 12 Jul 2012 14:29:26 +0000 (16:29 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java

index c876d9f75b59b464a36fe47a19512e041fda7677..0283888da99606309e2fa43fade2c4524d33c95b 100644 (file)
@@ -26,6 +26,7 @@ import com.google.common.collect.Maps;
 
 import javax.annotation.Nullable;
 import javax.annotation.concurrent.Immutable;
+
 import java.util.Map;
 
 /**
@@ -41,6 +42,7 @@ import java.util.Map;
  * <li>"deletable": if set to "true", then this resource can be deleted/purged.</li>
  * <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>
  * </ul>
  *
  * @since 2.14