diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2020-02-17 12:12:02 -0600 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:17 +0100 |
commit | a957f86e86c2400c3111372bea3b840344823fce (patch) | |
tree | 23ce2f7708a149d239a9ffa12b84ada8e5aae78e /sonar-ws | |
parent | fea97c180a4624caeaace6086250ecc38427c993 (diff) | |
download | sonarqube-a957f86e86c2400c3111372bea3b840344823fce.tar.gz sonarqube-a957f86e86c2400c3111372bea3b840344823fce.zip |
SONAR-13099 ALM settings WS for GitLab should support URL and project binding
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-alm_settings.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_settings.proto b/sonar-ws/src/main/protobuf/ws-alm_settings.proto index 13c5403a335..b2e97e2fb41 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_settings.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_settings.proto @@ -53,6 +53,7 @@ message AlmSettingBitbucket { message AlmSettingGitlab { optional string key = 1; optional string personalAccessToken = 2; + optional string url = 3; } // WS api/alm_settings/get_binding |