public class ScriptingContainerHolder extends Object
ScriptingContainer.
This is so that we can relatively painlessly switch to multi-scriptingcontainer implementation.
| Modifier and Type | Field and Description |
|---|---|
org.jruby.embed.ScriptingContainer |
ruby
The unique JRuby environment used by this plugin and all the objects
and classes that it contains.
|
| Constructor and Description |
|---|
ScriptingContainerHolder()
Initializes this plugin by setting up the JRuby scripting container
and then loading up the ruby side of the plugin by creating an
instance of the Ruby class Jenkins::Plugin which will serve as
its agent in the Ruby world.
|
public final org.jruby.embed.ScriptingContainer ruby
public ScriptingContainerHolder()
Copyright © 2004-2013. All Rights Reserved.