Package 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>
-
-
Constructor Summary
Constructors Constructor Description RunnerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorateHome(HudsonTestCase testCase, File home)Called right beforeJenkins(File, javax.servlet.ServletContext)is invoked to decorate the hudson home directory.voidsetup(HudsonTestCase testCase, WithPlugin recipe)Called duringTestCase.setUp()to prepare the test environment.-
Methods inherited from class org.jvnet.hudson.test.recipes.Recipe.Runner
tearDown
-
-
-
-
Method Detail
-
setup
public void setup(HudsonTestCase testCase, WithPlugin recipe) throws Exception
Description copied from class:Recipe.RunnerCalled duringTestCase.setUp()to prepare the test environment.- Overrides:
setupin classRecipe.Runner<WithPlugin>- Throws:
Exception
-
decorateHome
public void decorateHome(HudsonTestCase testCase, File home) throws Exception
Description copied from class:Recipe.RunnerCalled right beforeJenkins(File, javax.servlet.ServletContext)is invoked to decorate the hudson home directory.- Overrides:
decorateHomein classRecipe.Runner<WithPlugin>- Throws:
Exception
-
-