aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>2017-04-04 11:58:35 +0200
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>2017-04-14 08:57:18 +0200
commit0ed9e58a3ba9639cbad9507e9a3fd6fd8f0c4c03 (patch)
tree50d8d132ff1c9d7ca23c1fd900ad5390b2a1d7f7 /sonar-ws
parent6e3877280831820c60f47fab3c11c1bd3d094eec (diff)
downloadsonarqube-0ed9e58a3ba9639cbad9507e9a3fd6fd8f0c4c03.tar.gz
sonarqube-0ed9e58a3ba9639cbad9507e9a3fd6fd8f0c4c03.zip
SONAR-8950 make api/rules/search organization aware
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/rule/RulesWsParameters.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/rule/RulesWsParameters.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/rule/RulesWsParameters.java
index 85a8da97993..0024d620430 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/rule/RulesWsParameters.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/rule/RulesWsParameters.java
@@ -37,6 +37,7 @@ public class RulesWsParameters {
public static final String PARAM_ACTIVE_SEVERITIES = "active_severities";
public static final String PARAM_IS_TEMPLATE = "is_template";
public static final String PARAM_TEMPLATE_KEY = "template_key";
+ public static final String PARAM_ORGANIZATION = "organization";
public static final String FIELD_REPO = "repo";
public static final String FIELD_NAME = "name";