aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2019-10-14 16:28:14 -0500
committerSonarTech <sonartech@sonarsource.com>2019-10-30 20:21:08 +0100
commitaa1c78266501b7ae53a6d553182f816aab28c362 (patch)
tree6182159f8dbed4086af3dd81a8adcc9d493a30a5 /sonar-ws
parentdcd9175e8b4bd48c9cfc01690b4aeb1fff96e0f5 (diff)
downloadsonarqube-aa1c78266501b7ae53a6d553182f816aab28c362.tar.gz
sonarqube-aa1c78266501b7ae53a6d553182f816aab28c362.zip
SONAR-11154 Remove parameters deprecated before 6.7 and enforce mandatory parameters
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/QualityProfileWsParameters.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/QualityProfileWsParameters.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/QualityProfileWsParameters.java
index d5e7d86e015..691cc75743f 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/QualityProfileWsParameters.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/QualityProfileWsParameters.java
@@ -56,13 +56,10 @@ public class QualityProfileWsParameters {
public static final String PARAM_LOGIN = "login";
public static final String PARAM_NAME = "name";
public static final String PARAM_PARAMS = "params";
- public static final String PARAM_PARENT_KEY = "parentKey";
public static final String PARAM_PARENT_QUALITY_PROFILE = "parentQualityProfile";
public static final String PARAM_KEY = "key";
public static final String PARAM_QUALITY_PROFILE = "qualityProfile";
public static final String PARAM_PROJECT = "project";
- public static final String PARAM_PROJECT_KEY = "projectKey";
- public static final String PARAM_PROJECT_UUID = "projectUuid";
public static final String PARAM_QUERY = "q";
public static final String PARAM_RESET = "reset";
public static final String PARAM_RULE = "rule";