Yes that's what I meant in a clearer way :p The page you are speaking about is there : https://jenkins.io/doc/developer/extensions/ This is definitely a start, but it does not help for plugins which do not provide extensions points, but rather use public methods of another plugin they depend on.
Le mercredi 27 décembre 2017 17:28:46 UTC+1, Baptiste Mathus a écrit : > > IIUC you mean listing plugins that depend on a given plugin. > Not exactly that, but there's (was? Otp right now) a page listing all > extension points and their implementations. So there the data is at least > already computed. Possibly then it could be made available through > plugins.jenkins.io too. > > My 2 cents > > Le 26 déc. 2017 16:25, "Arnaud Tamaillon" <[email protected] > <javascript:>> a écrit : > >> Hello, >> >> On a plugin page, we can see which other plugins a plugin depends on >> (mandatory & optional). >> >> Is there anything available where we could see the list of plugins >> depending on another specific one? >> This would help manage the life cycle of deprecated symbols by providing >> a tool to plugin authors to check dependent plugins for breaking changes. >> >> I was also thinking that this would also allow extending >> https://ci.jenkins.io/job/Reporting/job/deprecated-usage-in-plugins/ >> which (if I am right) currently only checks plugins calling core deprecated >> methods to allow checking for inter-plugin deprecated methods usages. >> >> Thanks for your feedback, >> >> Arnaud >> >> -- >> 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 [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/5df09fce-a488-44e1-b897-efb53fccb28b%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/5df09fce-a488-44e1-b897-efb53fccb28b%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/40e018b2-c4e0-4248-a54c-0acdbb50010c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
