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-updates_plugins.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "plugins": [
  3. {
  4. "key": "abap",
  5. "name": "ABAP",
  6. "category": "Languages",
  7. "description": "Enable analysis and reporting on ABAP projects",
  8. "license": "Commercial",
  9. "organizationName": "SonarSource",
  10. "organizationUrl": "http://www.sonarsource.com",
  11. "termsAndConditionsUrl": "http://dist.sonarsource.com/SonarSource_Terms_And_Conditions.pdf",
  12. "updates": [
  13. {
  14. "release": {
  15. "version": "3.1",
  16. "date": "2014-12-21",
  17. "description": "New rules, several improvements",
  18. "changeLogUrl": "http://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10054&version=10552"
  19. },
  20. "status": "INCOMPATIBLE",
  21. "requires": []
  22. },
  23. {
  24. "release": {
  25. "version": "3.2",
  26. "date": "2015-03-10",
  27. "description": "14 new rules, most of them designed to detect potential performance hotspots.",
  28. "changeLogUrl": "http://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10054&version=10575"
  29. },
  30. "status": "COMPATIBLE",
  31. "requires": []
  32. }
  33. ]
  34. },
  35. {
  36. "key": "android",
  37. "name": "Android",
  38. "category": "Languages",
  39. "description": "Import Android Lint reports.",
  40. "license": "GNU LGPL 3",
  41. "organizationName": "SonarSource and Jerome Van Der Linden, Stephane Nicolas, Florian Roncari, Thomas Bores",
  42. "organizationUrl": "http://www.sonarsource.com",
  43. "updates": [
  44. {
  45. "release": {
  46. "version": "1.0",
  47. "date": "2014-03-31",
  48. "description": "Makes the plugin compatible with multi-language analysis introduced in SonarQube 4.2 and adds support of Emma 2.0 reports",
  49. "changeLogUrl": "http://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=13235&version=20187"
  50. },
  51. "status": "COMPATIBLE",
  52. "requires": [
  53. {
  54. "key": "java",
  55. "name": "Java",
  56. "description": "SonarQube rule engine."
  57. }
  58. ]
  59. }
  60. ]
  61. }
  62. ]
  63. }