diff options
author | Pierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com> | 2020-02-14 17:09:57 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-20 20:46:18 +0100 |
commit | 531e52e6f1639bda8bdb83eea6a8155feef5be6d (patch) | |
tree | cc27523d745f0530eb7e9749a35924958b5e3ada /sonar-ws | |
parent | 9f796ca145a0a8169f4a319667100bd9dfc63b74 (diff) | |
download | sonarqube-531e52e6f1639bda8bdb83eea6a8155feef5be6d.tar.gz sonarqube-531e52e6f1639bda8bdb83eea6a8155feef5be6d.zip |
SONAR-13003 display already imported BBS repos
Co-authored-by: Julien Lancelot <julien.lancelot@sonarsource.com>
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-alm_integrations.proto | 5 |
1 files changed, 2 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 010bcb30a40..6a0e7667703 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto @@ -39,9 +39,8 @@ message BBSRepo { optional string slug = 1; optional int64 id = 2; optional string name = 3; - optional string url = 4; - optional string sqProjectKey = 5; - optional string projectKey = 6; + optional string sqProjectKey = 4; + optional string projectKey = 5; } message BBSProject { |