Uses of Enum
de.saumya.mojo.jruby.JRubyVersion.Mode
Packages that use JRubyVersion.Mode
Package
Description
-
Uses of JRubyVersion.Mode in de.saumya.mojo.jruby
Methods in de.saumya.mojo.jruby that return JRubyVersion.ModeModifier and TypeMethodDescriptionJRubyVersion.defaultMode()static JRubyVersion.ModeReturns the enum constant of this type with the specified name.static JRubyVersion.Mode[]JRubyVersion.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.saumya.mojo.jruby with parameters of type JRubyVersion.Mode -
Uses of JRubyVersion.Mode in de.saumya.mojo.minitest
Methods in de.saumya.mojo.minitest with parameters of type JRubyVersion.ModeModifier 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.Mode in de.saumya.mojo.rspec
Methods in de.saumya.mojo.rspec with parameters of type JRubyVersion.ModeModifier and TypeMethodDescriptionprotected JRubyRun.ResultRSpecMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyVersion.Mode in de.saumya.mojo.runit
Methods in de.saumya.mojo.runit with parameters of type JRubyVersion.ModeModifier and TypeMethodDescriptionprotected JRubyRun.ResultRUnitMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyVersion.Mode in de.saumya.mojo.tests
Fields in de.saumya.mojo.tests declared as JRubyVersion.ModeMethods in de.saumya.mojo.tests that return JRubyVersion.ModeModifier and TypeMethodDescriptionprivate JRubyVersion.Mode[]AbstractTestMojo.calculateModes(JRubyVersion.Mode defaultMode) private static JRubyVersion.Mode[]JRubyRun.filter(JRubyVersion version, JRubyVersion.Mode[] modes) Methods in de.saumya.mojo.tests with parameters of type JRubyVersion.ModeModifier and TypeMethodDescriptionprivate JRubyVersion.Mode[]AbstractTestMojo.calculateModes(JRubyVersion.Mode defaultMode) private static JRubyVersion.Mode[]JRubyRun.filter(JRubyVersion version, JRubyVersion.Mode[] modes) TestResultManager.generateReports(JRubyVersion.Mode mode, JRubyVersion version, File outputfile) JRubyRun.result(JRubyVersion.Mode mode) protected abstract JRubyRun.ResultAbstractTestMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory testScriptFactory) voidJRubyRun.setResult(JRubyVersion.Mode mode, JRubyRun.Result result) JRubyRun.toString(JRubyVersion.Mode mode) Constructors in de.saumya.mojo.tests with parameters of type JRubyVersion.ModeModifierConstructorDescriptionJRubyRun(boolean isDefault, JRubyVersion version, JRubyVersion.Mode... modes) JRubyRun(JRubyVersion version, JRubyVersion.Mode... modes)