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