> On 22.07.2016, at 11:47, Simona Avornicesei <[email protected]> wrote: > > As a side question, I noticed lots of methods and classes are deprecated from > Hudson.* packages. As a best practice, should I use only the jenkins.* > packages in the groovy scripts?
Deprecation is generally unrelated to the package. It's just that hudson.* classes are typically older, i.e. greater chance of deprecation due to continued development. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/145EB69C-C524-410C-84AB-940DC882EDDC%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
