On 27.01.2014, at 02:32, Richard Bywater <[email protected]> wrote: > To follow up turns out that this doesn't work as hostConfigurations appears > to be only externally made visible as an unmodifiable list (unless I'm > missing something).
Right, I completely missed that the getter returning just a view has the same name as the field. Try to circumvent the getters/setters using `it.@hostConfigurations` (accessing the field directly). -- 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.
