diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2012-11-23 12:08:23 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2012-11-23 12:08:23 +0100 |
commit | 253eac504779ba48a73fac728645020811ce878c (patch) | |
tree | 686b9e6b7b14c9ce660ef6b885e78fb9931d717f /sonar-plugin-api | |
parent | a82b5d0444d4db3ffc3f774cea7ff14ddc828dd7 (diff) | |
download | sonarqube-253eac504779ba48a73fac728645020811ce878c.tar.gz sonarqube-253eac504779ba48a73fac728645020811ce878c.zip |
SONAR-3766 The "Roles" page should be displayed on Developer resource when a user is administrator of those resources
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java b/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java index babcc925081..fc0d8b0041e 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java @@ -44,6 +44,7 @@ import java.util.Map; * <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> + * <li>"hasRolePolicy" : if true, roles configuration is available in sidebar</li> * </ul> * * @since 2.14 |