public static class WithPluginManager.RunnerImpl extends Recipe.Runner<WithPluginManager>
| Constructor and Description |
|---|
RunnerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorateHome(HudsonTestCase testCase,
File home)
Called right before
Jenkins.Jenkins(File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory. |
void |
setup(HudsonTestCase testCase,
WithPluginManager recipe)
Called during
TestCase.setUp() to prepare the test environment. |
tearDownpublic void setup(HudsonTestCase testCase, WithPluginManager recipe) throws Exception
Recipe.RunnerTestCase.setUp() to prepare the test environment.setup in class Recipe.Runner<WithPluginManager>Exceptionpublic void decorateHome(HudsonTestCase testCase, File home) throws Exception
Recipe.RunnerJenkins.Jenkins(File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory.decorateHome in class Recipe.Runner<WithPluginManager>ExceptionCopyright © 2004–2019. All rights reserved.