I'm trying to use filed-based databinding :

public class MyBuildWrapper extends BuildWrapper {

    @DataBoundSetter
    public String data;

    // no constructor


I receive this error :

Caused by: org.kohsuke.stapler.NoStaplerConstructorException: There's no
@DataBoundConstructor on any constructor of class com.....MyBuildWrapper
 at
org.kohsuke.stapler.ClassDescriptor.loadConstructorParamNames(ClassDescriptor.java:177)

Running 1.568

Does this actually work ? I can't find any plugin to rely on this (recently
introduced) pattern

-- 
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/d/optout.

Reply via email to