aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-10-19 21:27:16 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-10-20 14:47:37 +0200
commit7f47ee191a4f7de6f522dafedf36d34e931aca7f (patch)
treee82d17aac53524f1df9e935750e11cc008e18cde /sonar-ws/src
parent972fbd3a52d9dc3b267d24667c901cc8a461a678 (diff)
downloadsonarqube-7f47ee191a4f7de6f522dafedf36d34e931aca7f.tar.gz
sonarqube-7f47ee191a4f7de6f522dafedf36d34e931aca7f.zip
SONAR-8232 WS api/components/search_projects return the ncloc facet
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index 4feaf85aa0a..004df58988c 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -61,6 +61,7 @@ message BulkUpdateKeyWsResponse {
message SearchProjectsWsResponse {
optional sonarqube.ws.commons.Paging paging = 1;
repeated Component components = 2;
+ optional sonarqube.ws.commons.Facets facets = 3;
}
message Component {