> On Nov 18, 2015, at 19:48, 'Jesse Glick' via Jenkins Developers > <[email protected]> wrote: > > On Wed, Nov 18, 2015 at 9:56 AM, Nigel Magnay <[email protected]> wrote: >> public class HelloWorldPlugin extends Plugin implements >> Describable<HelloWorldPlugin> > > Oof. Just do not use `Plugin`; consider it deprecated. Try > `GlobalConfiguration` instead. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/V394esGVs88/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3ahBU0nQsrsjZ8rNavmPhQYbRri8WKZmsJ-rW%3DXi7q1A%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. You was faster :) Just typed the same. Somebody should add to Plugin javadoc link to GlobalConfig as usually people trying store configs in Plugin or in Descriptor.
-- 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/5EED9C02-6F4C-4DBA-876D-2695A5E22671%40gmail.com. For more options, visit https://groups.google.com/d/optout.
