My Code:

private String path;

public MyClass(String path) {
    this.path = path;
}

public String getPath() {
    return this.path;
}

and in my global.jelly file:

<f:section title="Section Name">
    <f:entry title="Entry Name">
        <f:entry title="Path" field="path">
            <f:textbox />
        </f:entry>
    </f:entry>
</f:section>


Not working
Am Mittwoch, 7. März 2018 13:27:45 UTC+1 schrieb Daniel Beck:
>
>
> Make sure you have a public getter for the field. 
>
>

-- 
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/cc7d1da3-f8d5-4e61-b53f-a19036106f25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to