aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-alm_settings.proto
diff options
context:
space:
mode:
authorMark Rekveld <mark.rekveld@sonarsource.com>2020-06-15 14:56:21 +0200
committersonartech <sonartech@sonarsource.com>2020-07-01 20:05:53 +0000
commitbfd8b5317e65fe606b9922197bcab5368706b1d7 (patch)
tree5cfb23c21fe0f17181b32e2926cc7512e9454e5d /sonar-ws/src/main/protobuf/ws-alm_settings.proto
parent0f5ec7677c8ce61d568b78ead47a6d1279f796ba (diff)
downloadsonarqube-bfd8b5317e65fe606b9922197bcab5368706b1d7.tar.gz
sonarqube-bfd8b5317e65fe606b9922197bcab5368706b1d7.zip
SONAR-13524 - ALM Github Settings APIs (#2853)
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-alm_settings.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-alm_settings.proto2
1 files changed, 2 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 81b6b2ab2bf..c1b2352c33c 100644
--- a/sonar-ws/src/main/protobuf/ws-alm_settings.proto
+++ b/sonar-ws/src/main/protobuf/ws-alm_settings.proto
@@ -37,6 +37,8 @@ message AlmSettingGithub {
optional string url = 2;
optional string appId = 3;
optional string privateKey = 4;
+ optional string clientId = 5;
+ optional string clientSecret = 6;
}
message AlmSettingAzure {