aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {