How to install or uninstall SonarQube plug-ins with HTTP?
问题 I'm trying to install and uninstall SonarQube plug-ins via HTTP. If I call http://localhost:9000/api/plugins/installed I get a list of installed plug-ins as expected: {"plugins": [ { "key": "csharp", "name": "C#", "description": "Enables scanning of C# source files", "version": "5.7.0.612", "license": "GNU LGPL 3", "organizationName": "SonarSource", "organizationUrl": "http://www.sonarsource.com", "homepageUrl": "http://redirect.sonarsource.com/plugins/csharp.html", "issueTrackerUrl": "https: