Uses of Class
de.saumya.mojo.jruby.JRubyVersion
Packages that use JRubyVersion
Package
Description
-
Uses of JRubyVersion in de.saumya.mojo.jruby
Fields in de.saumya.mojo.jruby declared as JRubyVersionMethods in de.saumya.mojo.jruby that return JRubyVersion -
Uses of JRubyVersion in de.saumya.mojo.minitest
Methods in de.saumya.mojo.minitest with parameters of type JRubyVersionModifier and TypeMethodDescriptionprotected JRubyRun.ResultMinispecMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) protected JRubyRun.ResultMinitestMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyVersion in de.saumya.mojo.rspec
Methods in de.saumya.mojo.rspec with parameters of type JRubyVersionModifier and TypeMethodDescriptionprotected JRubyRun.ResultRSpecMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyVersion in de.saumya.mojo.runit
Methods in de.saumya.mojo.runit with parameters of type JRubyVersionModifier and TypeMethodDescriptionprotected JRubyRun.ResultRUnitMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyVersion in de.saumya.mojo.tests
Fields in de.saumya.mojo.tests declared as JRubyVersionMethods in de.saumya.mojo.tests that return JRubyVersionMethods in de.saumya.mojo.tests with parameters of type JRubyVersionModifier and TypeMethodDescriptionprivate static JRubyVersion.Mode[]JRubyRun.filter(JRubyVersion version, JRubyVersion.Mode[] modes) TestResultManager.generateReports(JRubyVersion.Mode mode, JRubyVersion version, File outputfile) protected abstract JRubyRun.ResultAbstractTestMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory testScriptFactory) Constructors in de.saumya.mojo.tests with parameters of type JRubyVersionModifierConstructorDescriptionJRubyRun(boolean isDefault, JRubyVersion version, JRubyVersion.Mode... modes) JRubyRun(JRubyVersion version) JRubyRun(JRubyVersion version, JRubyVersion.Mode... modes)