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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateHome(JenkinsRule jenkinsRule, File home) Called right beforeJenkins(java.io.File, jakarta.servlet.ServletContext)is invoked to decorate the hudson home directory.voidsetup(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.RunnerCalled duringTestCase.setUp()to prepare the test environment.- Overrides:
setupin classJenkinsRecipe.Runner<WithPluginManager>- Throws:
Exception
-
decorateHome
Description copied from class:JenkinsRecipe.RunnerCalled right beforeJenkins(java.io.File, jakarta.servlet.ServletContext)is invoked to decorate the hudson home directory.- Overrides:
decorateHomein classJenkinsRecipe.Runner<WithPluginManager>- Throws:
Exception
-