aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf
diff options
context:
space:
mode:
authorPierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com>2020-02-12 16:01:43 +0100
committerSonarTech <sonartech@sonarsource.com>2020-02-20 20:46:17 +0100
commitc1ea335081c7b03b9908f9b397e3993023ee3d62 (patch)
treef58bf74cb3719a542dc721bc2a13954d4b278c96 /sonar-ws/src/main/protobuf
parent966316908daec6eebe9eec3275b8abda98a09c9a (diff)
downloadsonarqube-c1ea335081c7b03b9908f9b397e3993023ee3d62.tar.gz
sonarqube-c1ea335081c7b03b9908f9b397e3993023ee3d62.zip
SONAR-13001 rename list repo to search
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-rw-r--r--sonar-ws/src/main/protobuf/ws-alm_integrations.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto
index 9dc36bd419c..010bcb30a40 100644
--- a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto
+++ b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto
@@ -24,15 +24,15 @@ option java_package = "org.sonarqube.ws";
option java_outer_classname = "AlmIntegrations";
option optimize_for = SPEED;
-// WS api/alm_integrations/list_bibucketserver_repos
-message ListBitbucketserverReposWsResponse {
+// WS api/alm_integrations/search_bibucketserver_repos
+message SearchBitbucketserverReposWsResponse {
optional bool isLastPage = 1;
repeated BBSRepo repositories = 2;
}
// WS api/alm_integrations/list_bibucketserver_projects
message ListBitbucketserverProjectsWsResponse {
- repeated BBSProject values = 1;
+ repeated BBSProject projects = 1;
}
message BBSRepo {