aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorJacek <52388493+jacek-poreda-sonarsource@users.noreply.github.com>2019-07-22 17:17:18 +0200
committerSonarTech <sonartech@sonarsource.com>2019-07-22 20:21:09 +0200
commit12bfa39dec602d97178c9c9967bb2a367dc2c5fc (patch)
tree7eb76f594387b41bfc1635ba2914f8fc25863d91 /sonar-ws/src
parent44a69c797469630104009f6786d5b519ccf39472 (diff)
downloadsonarqube-12bfa39dec602d97178c9c9967bb2a367dc2c5fc.tar.gz
sonarqube-12bfa39dec602d97178c9c9967bb2a367dc2c5fc.zip
SONAR-8776 remove deprecated params, fields from api/components (#1894)
* remove componentId, uuid params and associated documentation * remove deprecated params from api/components/search_projects * remove deprecated params from api/components/show * remove request parameters: key, componentId, id * remove deprecated params from api/components/suggestions * remove deprecated params from api/components/tree * remove deprecated request parameters: baseComponentKey, componentId, baseComponentId * remove `id` field response from api/components/search, api/components/search_projects * fix description in api/components/show
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/component/ComponentsWsParameters.java1
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
2 files changed, 0 insertions, 2 deletions
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/component/ComponentsWsParameters.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/component/ComponentsWsParameters.java
index 1b91780bfd0..524f01383dc 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/component/ComponentsWsParameters.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/component/ComponentsWsParameters.java
@@ -36,7 +36,6 @@ public class ComponentsWsParameters {
public static final String PARAM_LANGUAGE = "language";
public static final String PARAM_STRATEGY = "strategy";
public static final String PARAM_FILTER = "filter";
- public static final String PARAM_COMPONENT_ID = "componentId";
public static final String PARAM_COMPONENT = "component";
public static final String PARAM_BRANCH = "branch";
public static final String PARAM_PULL_REQUEST = "pullRequest";
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index bd1fbefd23f..da476e7957f 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -99,7 +99,6 @@ message ProvisionedWsResponse {
message Component {
optional string organization = 12;
- optional string id = 1;
optional string key = 2;
optional string refId = 3;
optional string refKey = 4;