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>
Method Summary |
void |
decorateHome(HudsonTestCase testCase,
File home)
Called right before jenkins.model.Jenkins#Hudson(File, ServletContext) is invoked
to decorate the hudson home directory. |
void |
setup(HudsonTestCase testCase,
WithPlugin recipe)
Called during TestCase.setUp() to prepare the test environment. |
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
jenkins.model.Jenkins#Hudson(File, ServletContext)
is invoked
to decorate the hudson home directory.
- Overrides:
decorateHome
in class Recipe.Runner<WithPlugin>
- Throws:
Exception
Copyright © 2004-2013. All Rights Reserved.