diff options
author | Belen Pruvost <belen.pruvost@sonarsource.com> | 2020-11-05 13:52:17 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-11-25 20:06:26 +0000 |
commit | a51816d2a692713d227837631192654feab1ce28 (patch) | |
tree | c755064f897f6a0910f23aaee1fc84cd336220f3 /sonar-ws/src/main | |
parent | 89442ad258d001b6a6ca03483442df14c6724731 (diff) | |
download | sonarqube-a51816d2a692713d227837631192654feab1ce28.tar.gz sonarqube-a51816d2a692713d227837631192654feab1ce28.zip |
SONAR-14058 add url to list_definitions endpoint
Diffstat (limited to 'sonar-ws/src/main')
-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 c1b2352c33c..db102506a6c 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_settings.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_settings.proto @@ -44,6 +44,7 @@ message AlmSettingGithub { message AlmSettingAzure { optional string key = 1; optional string personalAccessToken = 2; + optional string url = 3; } message AlmSettingBitbucket { |