On Fri, Jul 29, 2016 at 6:47 AM, David van Laatum <[email protected]> wrote: > @DataBoundSetter > public void setValue(String value) { > this.value = value; > } > > @DataBoundSetter > public void setValue(Integer value) { > this.value = value; > }
You have to pick different parameters for each type. -- 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/CANfRfr0mXDYfUxmJtkVOQEqjeTju7Bx%2BK2iwskeFStfRLNSXmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
