|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectruby.ScriptingContainerHolder
public class ScriptingContainerHolder
Builds and holds on to ScriptingContainer
.
This is so that we can relatively painlessly switch to multi-scriptingcontainer implementation.
Field Summary | |
---|---|
org.jruby.embed.ScriptingContainer |
ruby
The unique JRuby environment used by this plugin and all the objects and classes that it contains. |
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final org.jruby.embed.ScriptingContainer ruby
Constructor Detail |
---|
public ScriptingContainerHolder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |