org.jvnet.hudson.test.recipes
Class PresetData.RuleRunnerImpl

java.lang.Object
  extended by org.jvnet.hudson.test.JenkinsRecipe.Runner<PresetData>
      extended by org.jvnet.hudson.test.recipes.PresetData.RuleRunnerImpl
Enclosing class:
PresetData

public static class PresetData.RuleRunnerImpl
extends JenkinsRecipe.Runner<PresetData>


Constructor Summary
PresetData.RuleRunnerImpl()
           
 
Method Summary
 void setup(JenkinsRule jenkinsRule, PresetData recipe)
          Called during TestCase.setUp() to prepare the test environment.
 
Methods inherited from class org.jvnet.hudson.test.JenkinsRecipe.Runner
decorateHome, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresetData.RuleRunnerImpl

public PresetData.RuleRunnerImpl()
Method Detail

setup

public void setup(JenkinsRule jenkinsRule,
                  PresetData recipe)
Description copied from class: JenkinsRecipe.Runner
Called during TestCase.setUp() to prepare the test environment.

Overrides:
setup in class JenkinsRecipe.Runner<PresetData>


Copyright © 2004-2013. All Rights Reserved.