aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2018-03-16 15:08:47 +0100
committerSonarTech <sonartech@sonarsource.com>2018-03-22 12:37:49 +0100
commit3cef0ae6a76c4fd7030fd3897f246a823f201615 (patch)
treef1c3f12eb27fb2888def97c54ee827cf7906f065 /sonar-ws
parent3f0ffe9d73d75508598e990e102b52300de2ec85 (diff)
downloadsonarqube-3cef0ae6a76c4fd7030fd3897f246a823f201615.tar.gz
sonarqube-3cef0ae6a76c4fd7030fd3897f246a823f201615.zip
SONAR-10474 Confirming all remaining issues in a PR should make it pass the QG
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-projectpullrequests.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projectpullrequests.proto b/sonar-ws/src/main/protobuf/ws-projectpullrequests.proto
index e6bc0300953..24203121496 100644
--- a/sonar-ws/src/main/protobuf/ws-projectpullrequests.proto
+++ b/sonar-ws/src/main/protobuf/ws-projectpullrequests.proto
@@ -43,6 +43,7 @@ message PullRequest {
}
message Status {
+ optional string qualityGateStatus = 1;
optional int64 bugs = 2;
optional int64 vulnerabilities = 3;
optional int64 codeSmells = 4;