diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-11-22 18:00:31 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-12-04 13:44:55 +0100 |
commit | f7ac66cac58e254e501ff5f381ce484cfbdda285 (patch) | |
tree | 6f616f24b7d4ae6254a78714f3b33bd1098e1f7b /sonar-ws | |
parent | 9c895816c0aefc6443e03e765b03926da7191344 (diff) | |
download | sonarqube-f7ac66cac58e254e501ff5f381ce484cfbdda285.tar.gz sonarqube-f7ac66cac58e254e501ff5f381ce484cfbdda285.zip |
SONAR-10087 Add built-in field in api/qualitygates/list
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 e8f322a112e..57658d9996f 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -145,6 +145,7 @@ message ListWsResponse { optional int64 id = 1; optional string name = 2; optional bool isDefault = 3; + optional bool isBuiltIn = 4; } } |