I have pushed the plugin to github at https://github.com/tlopesPT/appscanstandard-plugin
With that setup, f:property is not finding the right config.jelly because it's searching in the current package (AppScanStandardBuilder) and not in the one associated with the separate class (AppScanStandardGenerateReport). I'm receiving and handling the nested object in the builder's constructor but still have issues with no object being created if the optionalBlock is disabled. On Friday, June 24, 2016 at 7:18:47 PM UTC+1, Jesse Glick wrote: > > On Fri, Jun 24, 2016 at 11:50 AM, Tiago Lopes <[email protected] > <javascript:>> wrote: > > it's not finding with the f:property [searching in the > > wrong package]) > > Not sure what this means. You do not need low-level `st:include` here. > > > now > > I'm storing the values in a different class and not in the one where I > need > > them > > A simple `.` notation in Java to access the field from a nested object. > > Look at `ui-samples-plugin`. > -- 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/931b2c7d-7c51-49d2-8bbc-4a64d19fd651%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
