diff options
author | Jacek <52388493+jacek-poreda-sonarsource@users.noreply.github.com> | 2019-08-28 22:16:12 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-24 20:21:16 +0200 |
commit | 1e18ae05bc2d88f140f5bbee6a92a6fca72fcb03 (patch) | |
tree | e30b5f8f9d434a5d26db4b4e10e576fd9c3ad65a /sonar-ws/src/main/protobuf/ws-newcodeperiods.proto | |
parent | 0d22031fffe8154061fb18addc8c426c74d78456 (diff) | |
download | sonarqube-1e18ae05bc2d88f140f5bbee6a92a6fca72fcb03.tar.gz sonarqube-1e18ae05bc2d88f140f5bbee6a92a6fca72fcb03.zip |
SONAR-12419 - resolve date for specific_analysis new code period type (#2026)
* SONAR-12419 - resolve date for specific_analysis new code period type
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-newcodeperiods.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-newcodeperiods.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-newcodeperiods.proto b/sonar-ws/src/main/protobuf/ws-newcodeperiods.proto index 384e4d15399..7bf16771ac9 100644 --- a/sonar-ws/src/main/protobuf/ws-newcodeperiods.proto +++ b/sonar-ws/src/main/protobuf/ws-newcodeperiods.proto @@ -31,6 +31,7 @@ message ShowWSResponse { NewCodePeriodType type = 3; string value = 4; bool inherited = 5; + string effectiveValue = 6; } // WS api/new_code_periods/list |