You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example-installed_plugins.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "plugins": [
  3. {
  4. "key": "scmgit",
  5. "name": "Git",
  6. "description": "Git SCM Provider.",
  7. "version": "1.0",
  8. "license": "GNU LGPL 3",
  9. "organizationName": "SonarSource",
  10. "organizationUrl": "http://www.sonarsource.com",
  11. "editionBundled": false,
  12. "homepageUrl": "https://redirect.sonarsource.com/plugins/scmgit.html",
  13. "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARSCGIT",
  14. "implementationBuild": "9ce9d330c313c296fab051317cc5ad4b26319e07",
  15. "filename": "sonar-scm-git-plugin-1.0.jar",
  16. "hash": "abcdef123456",
  17. "sonarLintSupported": false,
  18. "documentationPath": "static/documentation.md",
  19. "updatedAt": 123456789
  20. },
  21. {
  22. "key": "java",
  23. "name": "Java",
  24. "description": "SonarQube rule engine.",
  25. "version": "3.0",
  26. "license": "GNU LGPL 3",
  27. "organizationName": "SonarSource",
  28. "organizationUrl": "http://www.sonarsource.com",
  29. "editionBundled": false,
  30. "homepageUrl": "https://redirect.sonarsource.com/plugins/java.html",
  31. "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARJAVA",
  32. "implementationBuild": "65396a609ddface8b311a6a665aca92a7da694f1",
  33. "filename": "sonar-java-plugin-3.0.jar",
  34. "hash": "abcdef123456",
  35. "sonarLintSupported": true,
  36. "documentationPath": "static/documentation.md",
  37. "updatedAt": 123456789
  38. },
  39. {
  40. "key": "scmsvn",
  41. "name": "SVN",
  42. "description": "SVN SCM Provider.",
  43. "version": "1.0",
  44. "license": "GNU LGPL 3",
  45. "organizationName": "SonarSource",
  46. "organizationUrl": "http://www.sonarsource.com",
  47. "editionBundled": false,
  48. "homepageUrl": "https://redirect.sonarsource.com/plugins/scmsvn.html",
  49. "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARSCSVN",
  50. "implementationBuild": "213fc8a8b582ff530b12dd4a59a6512be1071234",
  51. "filename": "sonar-scm-svn-plugin-1.0.jar",
  52. "hash": "abcdef123456",
  53. "sonarLintSupported": false,
  54. "updatedAt": 123456789
  55. }
  56. ]
  57. }