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>
|
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,
WithPlugin 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 |
WithPlugin.RuleRunnerImpl
public WithPlugin.RuleRunnerImpl()
setup
public void setup(JenkinsRule jenkinsRule,
WithPlugin recipe)
throws Exception
- Description copied from class:
JenkinsRecipe.Runner
- Called during
TestCase.setUp() to prepare the test environment.
- Overrides:
setup in class JenkinsRecipe.Runner<WithPlugin>
- 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<WithPlugin>
- Throws:
Exception
Copyright © 2004-2014. All Rights Reserved.