diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-05-06 17:06:50 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-05-22 20:21:17 +0200 |
commit | 110e263d93cb23f6134c7e263dccbe994842254a (patch) | |
tree | b0a2eaecfa7d65a3acbab3fc69e00d96c36c6b75 /sonar-ws/src/main | |
parent | 986f94e0e94b78698874bb5eeca6a392090c19ca (diff) | |
download | sonarqube-110e263d93cb23f6134c7e263dccbe994842254a.tar.gz sonarqube-110e263d93cb23f6134c7e263dccbe994842254a.zip |
SONAR-11950 add revision to response of WS api/project_analysis/search
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-projectanalyses.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projectanalyses.proto b/sonar-ws/src/main/protobuf/ws-projectanalyses.proto index bde8d5aad80..c04117ca540 100644 --- a/sonar-ws/src/main/protobuf/ws-projectanalyses.proto +++ b/sonar-ws/src/main/protobuf/ws-projectanalyses.proto @@ -59,6 +59,7 @@ message Analysis { optional string projectVersion = 4; optional string buildString = 5; optional bool manualNewCodePeriodBaseline = 6; + optional string revision = 7; } message QualityGate { |