jenkins.ruby
Interface Get
public interface Get
When stapler is querying a Java object to see which properties it has
it normally uses reflection to see if there is a field or getter with the
corresponding name which it can use.
You obviously can't do this on a JRuby object, so instead Stapler and Jenkins
will look and see if it has a get(String) method and if so, use that for
property lookup.
JRuby proxies include this interface to support this.
Method Summary |
java.lang.Object |
get(java.lang.String name)
|
get
java.lang.Object get(java.lang.String name)
Copyright © 2004-2011. All Rights Reserved.