aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-06-20 18:12:40 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-06-21 15:06:44 +0200
commita7ab4d9edfa042c5abe38b8935a8f3265953210a (patch)
tree0d2ccaa665ad2ef1af01e5610c9d3de208dd8ab4 /sonar-ws
parentb79b8b8427611d8669ccf27f4c1a299232ce40a9 (diff)
downloadsonarqube-a7ab4d9edfa042c5abe38b8935a8f3265953210a.tar.gz
sonarqube-a7ab4d9edfa042c5abe38b8935a8f3265953210a.zip
SONAR-7773 Add number of deprecated rules to WS api/qualityprofiles/search
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualityprofiles.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
index 7ec0752759a..9b4e871cb51 100644
--- a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
@@ -38,6 +38,7 @@ message SearchWsResponse {
optional string parentName = 7;
optional bool isDefault = 8;
optional int64 activeRuleCount = 9;
+ optional int64 activeDeprecatedRuleCount = 12;
optional int64 projectCount = 10;
optional string rulesUpdatedAt = 11;
}