Uses of Class
de.saumya.mojo.runit.JRubyRun.Mode

Packages that use JRubyRun.Mode
de.saumya.mojo.runit   
 

Uses of JRubyRun.Mode in de.saumya.mojo.runit
 

Fields in de.saumya.mojo.runit declared as JRubyRun.Mode
 JRubyRun.Mode JRubyRun.mode
           
 

Methods in de.saumya.mojo.runit that return JRubyRun.Mode
 JRubyRun.Mode[] JRubyRun.asSingleModes()
           
static JRubyRun.Mode JRubyRun.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JRubyRun.Mode[] JRubyRun.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.saumya.mojo.runit with parameters of type JRubyRun.Mode
 JRubyRun.Result JRubyRun.result(JRubyRun.Mode mode)
           
protected abstract  JRubyRun.Result AbstractTestMojo.runIt(ScriptFactory factory, JRubyRun.Mode mode, String version)
           
protected  JRubyRun.Result RUnitMojo.runIt(ScriptFactory factory, JRubyRun.Mode mode, String version)
           
 void JRubyRun.setResult(JRubyRun.Mode mode, JRubyRun.Result result)
           
 String JRubyRun.toString(JRubyRun.Mode mode)
           
 

Constructors in de.saumya.mojo.runit with parameters of type JRubyRun.Mode
JRubyRun(JRubyRun.Mode mode, String version)
           
 



Copyright © 2011. All Rights Reserved.