On Thu, Sep 8, 2016 at 4:36 PM, Cheng Bao <[email protected]> wrote: > How I can use class object from jelly?
Not easily if at all. Either switch to a Groovy view; or (my general preference) extract any logic that is not absolutely trivial into helper methods in Java code which can be called as instance methods with simply-typed parameters from something the Jelly view already has available (`it`, `descriptor`, etc.). -- 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/CANfRfr04Mm6RMFWB1PL4d3cYnEfbPSVYQk%3DtzoV8nfatrULdmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
