Method: Jenkins::Plugin#export

Defined in:
lib/jenkins/plugin.rb

#export(object) ⇒ Object

Reflect a native Ruby object into its External Java form.

Delegates to ‘Proxies` for the heavy lifting.

Parameters:

  • object (Object)

    the object



175
176
177
# File 'lib/jenkins/plugin.rb', line 175

def export(object)
  @proxies.export object
end