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
public static class WithPlugin.RuleRunnerImpl extends JenkinsRecipe.Runner<WithPlugin>
-
-
Constructor Summary
Constructors Constructor Description RuleRunnerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorateHome(JenkinsRule jenkinsRule, File home)Called right beforeJenkins(java.io.File, javax.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
-
-
-
-
Method Detail
-
setup
public void setup(JenkinsRule jenkinsRule, WithPlugin recipe) throws Exception
Description copied from class:JenkinsRecipe.RunnerCalled duringTestCase.setUp()to prepare the test environment.- Overrides:
setupin classJenkinsRecipe.Runner<WithPlugin>- Throws:
Exception
-
decorateHome
public void decorateHome(JenkinsRule jenkinsRule, File home) throws Exception
Description copied from class:JenkinsRecipe.RunnerCalled right beforeJenkins(java.io.File, javax.servlet.ServletContext)is invoked to decorate the hudson home directory.- Overrides:
decorateHomein classJenkinsRecipe.Runner<WithPlugin>- Throws:
Exception
-
-