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
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, 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.RunnerCalled duringTestCase.setUp()to prepare the test environment.- Overrides:
setupin classJenkinsRecipe.Runner<WithPlugin>- 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<WithPlugin>- Throws:
Exception
-