In Jenkins jelly file, I have need to use java class object from class name. MyProperty is my custom JobProperty class, which is applied to job However, the above line will not work properly, even I tried or myClass object will always been null. How I can use class object from jelly? |