Package 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decorateHome
(HudsonTestCase testCase, File home) Called right beforeJenkins(File, jakarta.servlet.ServletContext)
is invoked to decorate the hudson home directory.void
setup
(HudsonTestCase testCase, WithPluginManager recipe) Called duringTestCase.setUp()
to prepare the test environment.Methods inherited from class org.jvnet.hudson.test.recipes.Recipe.Runner
tearDown
-
Constructor Details
-
RunnerImpl
public RunnerImpl()
-
-
Method Details
-
setup
Description copied from class:Recipe.Runner
Called duringTestCase.setUp()
to prepare the test environment.- Overrides:
setup
in classRecipe.Runner<WithPluginManager>
- Throws:
Exception
-
decorateHome
Description copied from class:Recipe.Runner
Called right beforeJenkins(File, jakarta.servlet.ServletContext)
is invoked to decorate the hudson home directory.- Overrides:
decorateHome
in classRecipe.Runner<WithPluginManager>
- Throws:
Exception
-