diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-11-22 15:05:14 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-12-04 13:44:55 +0100 |
commit | 40c0ef789063c78a5fef3b0c5520326fcf39ce03 (patch) | |
tree | d775a752132da39050168ffbb6ff5a81fd6adf62 /sonar-ws | |
parent | 90bd3b0bebe156c57cd12e9c835a81976f8b2919 (diff) | |
download | sonarqube-40c0ef789063c78a5fef3b0c5520326fcf39ce03.tar.gz sonarqube-40c0ef789063c78a5fef3b0c5520326fcf39ce03.zip |
SONAR-10087 Add built-in field in api/qualitygates/show
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualitygates.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index ef51ba14a39..36998c537ff 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -123,6 +123,7 @@ message ShowWsResponse { optional int64 id = 1; optional string name = 2; repeated Condition conditions = 3; + optional bool isBuiltIn = 4; message Condition { optional int64 id = 1; |