On Friday, June 16, 2017 at 11:12:27 AM UTC+1, Robert Sandell wrote: > > The XStream deserialization from config.xml to the object graph don't use > the DataboundConstructor et.al. It is only interested in mapping xml data > to fields (in most cases). > > DataboundConstructor is only used for formbinding from the UI and pipeline > step definitions etc. >
So a ConverterImpl should be able to update the config properly? At the end of my example from the first part of the thread I had a system.out.println which displays the desired config, but when hitting the convert button in Jenkins, those config.xml files are written without a build step. Would this mean I just need to make a better ConverterImpl? -- 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/3db7ba8c-7f22-4e06-88ba-8bb048e0720d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
