Package org.jvnet.hudson.test.recipes
Class WithPluginManager.RuleRunnerImpl
java.lang.Object
org.jvnet.hudson.test.JenkinsRecipe.Runner<WithPluginManager>
org.jvnet.hudson.test.recipes.WithPluginManager.RuleRunnerImpl
- Enclosing class:
- WithPluginManager
public static class WithPluginManager.RuleRunnerImpl
extends JenkinsRecipe.Runner<WithPluginManager>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decorateHome
(JenkinsRule jenkinsRule, File home) Called right beforeJenkins(java.io.File, jakarta.servlet.ServletContext)
is invoked to decorate the hudson home directory.void
setup
(JenkinsRule jenkinsRule, WithPluginManager recipe) Called duringTestCase.setUp()
to prepare the test environment.Methods inherited from class org.jvnet.hudson.test.JenkinsRecipe.Runner
tearDown
-
Constructor Details
-
RuleRunnerImpl
public RuleRunnerImpl()
-
-
Method Details
-
setup
Description copied from class:JenkinsRecipe.Runner
Called duringTestCase.setUp()
to prepare the test environment.- Overrides:
setup
in classJenkinsRecipe.Runner<WithPluginManager>
- Throws:
Exception
-
decorateHome
Description copied from class:JenkinsRecipe.Runner
Called right beforeJenkins(java.io.File, jakarta.servlet.ServletContext)
is invoked to decorate the hudson home directory.- Overrides:
decorateHome
in classJenkinsRecipe.Runner<WithPluginManager>
- Throws:
Exception
-