org.jvnet.hudson.test.recipes
Class WithPlugin.RunnerImpl
java.lang.Object
org.jvnet.hudson.test.recipes.Recipe.Runner<WithPlugin>
org.jvnet.hudson.test.recipes.WithPlugin.RunnerImpl
- Enclosing class:
- WithPlugin
public static class WithPlugin.RunnerImpl
- extends Recipe.Runner<WithPlugin>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WithPlugin.RunnerImpl
public WithPlugin.RunnerImpl()
setup
public void setup(HudsonTestCase testCase,
WithPlugin recipe)
throws Exception
- Description copied from class:
Recipe.Runner
- Called during
TestCase.setUp() to prepare the test environment.
- Overrides:
setup in class Recipe.Runner<WithPlugin>
- Throws:
Exception
decorateHome
public void decorateHome(HudsonTestCase testCase,
File home)
throws Exception
- Description copied from class:
Recipe.Runner
- Called right before
Hudson.Hudson(File, ServletContext) is invoked
to decorate the hudson home directory.
- Overrides:
decorateHome in class Recipe.Runner<WithPlugin>
- Throws:
Exception
Copyright © 2010. All Rights Reserved.