The source code is here: https://github.com/jenkinsci/warnings-plugin
Hava a look at ParserConfiguration Ulli Am 14.06.2013 um 17:36 schrieb Zhengyuan Shen <[email protected]>: > Thank you so much. Actually I didn't wrote the public ListBoxModel > doFill[YourPropertyName]Items(). > Can you send me a link to your plugin's source code or can you send me a code > snippet of this function please? Because I still have no idea how to write > this function since it contains repeatable items and is not like the other > similar functions I have written before. > > Thanks. > > On Friday, June 14, 2013 6:43:49 AM UTC-7, Ullrich Hafner wrote: > These should be shown automatically using data binding… Seems that something > in your code does not work was expected. The best thing would be to look at a > working example on how to do that. In my warnings plug-in I'm using such a > repeatable item to define the parsers for the job, maybe you are just missing > the method > > public ListBoxModel doFill[YourPropertyName]Items() > > Can you please post some details of your code? > > Ulli > > Am 12.06.2013 um 21:02 schrieb Zhengyuan Shen <[email protected]>: > >> Hi everybody, >> >> I used a repeatable item to build a form in the configure page. After saving >> the configure, all the data are saved in the server. However, when I come >> back to the configure page, is there a way to show those already saved data >> in the repeatable items? Can somebody help me? >> >> Thanks >> >> -- >> 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/groups/opt_out. >> >> > > > -- > 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/groups/opt_out. > > -- 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/groups/opt_out.
