diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-10-04 09:42:38 +0200 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-10-07 09:06:25 +0200 |
commit | 454f14e4688f677877ce61bb0c9c5256638375a9 (patch) | |
tree | 652622b3302461388c93511de46e2c2db9e67b34 /sonar-ws/src/main/protobuf/ws-qualitygates.proto | |
parent | 6dbe83f15f431bc1f5a609040767ef7e0a4ba79c (diff) | |
download | sonarqube-454f14e4688f677877ce61bb0c9c5256638375a9.tar.gz sonarqube-454f14e4688f677877ce61bb0c9c5256638375a9.zip |
SONAR-9352 add "ignoredConditions" to response example of api/qualitygates/project_status
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-qualitygates.proto')
-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 92d2be56d33..8444dbac729 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -32,6 +32,7 @@ message ProjectStatusWsResponse { optional Status status = 1; repeated Condition conditions = 2; repeated Period periods = 3; + optional bool ignoredConditions = 4; } message Condition { |