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>
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WithPluginManager.RuleRunnerImpl
public WithPluginManager.RuleRunnerImpl()
setup
public void setup(JenkinsRule jenkinsRule,
WithPluginManager recipe)
throws Exception
- Description copied from class:
JenkinsRecipe.Runner
- Called during
TestCase.setUp() to prepare the test environment.
- Overrides:
setup in class JenkinsRecipe.Runner<WithPluginManager>
- Throws:
Exception
decorateHome
public void decorateHome(JenkinsRule jenkinsRule,
File home)
throws Exception
- Description copied from class:
JenkinsRecipe.Runner
- Called right before
Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory.
- Overrides:
decorateHome in class JenkinsRecipe.Runner<WithPluginManager>
- Throws:
Exception
Copyright © 2004-2014. All Rights Reserved.