timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-22926] Extension point for augmenting Plugin Manager display #5122

Open timja opened 10 years ago

timja commented 10 years ago

Discussion in https://github.com/jenkinsci/jenkins/pull/1163 suggested creating an extension point that would let plugins add something to the display of Plugin Manager tabs, probably a new column (such as release date, or installation count). Following the style of NodeMonitor or ListViewColumn, the SPI might allow the plugin to specify whether the UI should be shown by default or not (if there is an option to not show it then there would need to be a way to customize what is shown); views for the header and body cells; and control over which tab or tabs (Updates, Available, Installed) it is shown in.


Originally reported by jglick, imported from: Extension point for augmenting Plugin Manager display
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 8 years ago

danielbeck:

Let's start with JENKINS-9802, then we can always think about making it extensible.