aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-qualitygates.proto
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-11-28 13:07:01 +0100
committerEric Hartmann <hartmann.eric@gmail.Com>2017-12-04 13:44:55 +0100
commit000321a20f70cca96218ab4395324bf154203e05 (patch)
treee9fb02390c58ec46251c9dbbda8a4d4ee3785085 /sonar-ws/src/main/protobuf/ws-qualitygates.proto
parent908cb9a5c6f73444e0a60e808f20a15820bb380f (diff)
downloadsonarqube-000321a20f70cca96218ab4395324bf154203e05.tar.gz
sonarqube-000321a20f70cca96218ab4395324bf154203e05.zip
SONAR-10088 Prevent deleting default quality gate
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-qualitygates.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualitygates.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
index e7355755459..08e1c4570dd 100644
--- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
@@ -157,10 +157,12 @@ message ListWsResponse {
}
message Actions {
- optional bool edit = 1;
+ optional bool rename = 1;
optional bool setAsDefault = 2;
optional bool copy = 3;
optional bool associateProjects = 4;
+ optional bool delete = 5;
+ optional bool manageConditions = 6;
}