In principle I want to be able to read the content of a form element from another plugin as a parameter to my list-populating method. I just don't know how to reference said element.
Thanks for the reply anyhow. On Tuesday, September 9, 2014 3:38:48 PM UTC+2, Robert Sandell wrote: > > It is not that common for plugins to have this, so it's probably not easy > to do. > > Maybe these two plugins could get you some hints: > > https://github.com/jenkinsci/dynamic-extended-choice-parameter-plugin > https://github.com/jenkinsci/extended-choice-parameter-plugin > > /B > > On Tue, Sep 9, 2014 at 1:08 PM, Dimitris Stafylarakis <[email protected] > <javascript:>> wrote: > >> No hints/tips/suggestions/ideas/trolling? Didn't think it was that hard.. >> >> On Monday, September 1, 2014 5:13:32 PM UTC+2, Dimitris Stafylarakis >> wrote: >>> >>> Hi, >>> >>> I'm working on a plugin dependent on the git-plugin. In specific, my >>> plugin fetches the branches of a given repository and displays them in a >>> select element. >>> I'd like to update my plugin's fields when the repository url changes. >>> At the moment, I first have to save and reload the configuration page for >>> the update to take place. >>> >>> Could anyone direct me to some similar existing functionality or share >>> any other good pointers? >>> >>> Thanks in advance >>> >> -- >> 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:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Robert Sandell > *Software Engineer* > *CloudBees Inc.* > -- 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]. For more options, visit https://groups.google.com/d/optout.
