jenkinsci / sidebar-link-plugin

Jenkins sidebar-link plugin
https://plugins.jenkins.io/sidebar-link/
MIT License
26 stars 43 forks source link

Tweaks to use of Java generics #32

Closed jglick closed 2 years ago

jglick commented 2 years ago

Arguably clearer to use the typing on Job.getProperty though you need to first cast away the raw type, which cannot be avoided due to the reflective nature of TransientActionFactory.

damianszczepanik commented 2 years ago

Does it have impact for plugin usage?

jglick commented 2 years ago

Does it have impact for plugin usage?

Should not, unless I made a mistake.