On Tue, Jul 26, 2016 at 9:10 AM, Raul Arabaolaza
<rarabaol...@cloudbees.com> wrote:
> I would like to get all classes that extends a certain type in Jenkins, this
> classes use the @Describable annotation

`@Extension` I suppose you mean.

> I have found the hudson.ExtensionFinder class

No, use `ExtensionList.lookup` (or in older versions of Jenkins,
`Jenkins.getInstance().getExtensionList`).

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1WqA3ashKACgDD2dgnXBueg%3DS9hhP57Ozjzq4YFwY5AA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to