Package org.jvnet.hudson.test.recipes
Class WithPlugin.RuleRunnerImpl
java.lang.Object
org.jvnet.hudson.test.JenkinsRecipe.Runner<WithPlugin>
org.jvnet.hudson.test.recipes.WithPlugin.RuleRunnerImpl
- Enclosing class:
- WithPlugin
-
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, WithPlugin 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<WithPlugin>
- 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<WithPlugin>
- Throws:
Exception
-