aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2017-05-01 15:06:25 +0200
committerStas Vilchik <stas-vilchik@users.noreply.github.com>2017-05-02 14:45:47 +0200
commit19f9ad34bdca23ae4cfcc0bd601581f7c9c5442e (patch)
treefb67bd5531c4c1f921149e937195a7bcd8d62e06 /sonar-ws
parentcfa382b33eb58413abcf84635d5e45d1f21c4f21 (diff)
downloadsonarqube-19f9ad34bdca23ae4cfcc0bd601581f7c9c5442e.tar.gz
sonarqube-19f9ad34bdca23ae4cfcc0bd601581f7c9c5442e.zip
SONAR-9164 Display project visibility badge
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
-rw-r--r--sonar-ws/src/main/protobuf/ws-projects.proto1
2 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index e115c235fa7..3159ed3ba95 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -97,6 +97,7 @@ message ProvisionedWsResponse {
optional string key = 2;
optional string name = 3;
optional string creationDate = 4;
+ optional string visibility = 5;
}
}
diff --git a/sonar-ws/src/main/protobuf/ws-projects.proto b/sonar-ws/src/main/protobuf/ws-projects.proto
index 2836db8c48c..0ec1cbad85c 100644
--- a/sonar-ws/src/main/protobuf/ws-projects.proto
+++ b/sonar-ws/src/main/protobuf/ws-projects.proto
@@ -69,6 +69,7 @@ message SearchWsResponse {
optional string key = 3;
optional string name = 4;
optional string qualifier = 5;
+ optional string visibility = 6;
}
}