diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2017-10-18 14:15:18 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | 76a07c6cb7aa41bcea2b79e44560816db955dde3 (patch) | |
tree | 55502fb7531347b8f5f43cb31df6f98ca58fadae /sonar-ws | |
parent | 45f3d0af08cb5e8e3d54c3d6015962b2b6120cdb (diff) | |
download | sonarqube-76a07c6cb7aa41bcea2b79e44560816db955dde3.tar.gz sonarqube-76a07c6cb7aa41bcea2b79e44560816db955dde3.zip |
SONAR-9996 Add WS api/editions/uninstall
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-editions.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-editions.proto b/sonar-ws/src/main/protobuf/ws-editions.proto index c8dc31ee29d..2c72180bacd 100644 --- a/sonar-ws/src/main/protobuf/ws-editions.proto +++ b/sonar-ws/src/main/protobuf/ws-editions.proto @@ -38,6 +38,7 @@ enum InstallationStatus { AUTOMATIC_READY = 2; AUTOMATIC_FAILED = 3; MANUAL_IN_PROGRESS = 4; + UNINSTALL_IN_PROGRESS = 5; } // POST api/editions/preview |