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