org.jvnet.hudson.test.recipes
Class WithPluginManager.RuleRunnerImpl

java.lang.Object
  extended by org.jvnet.hudson.test.JenkinsRecipe.Runner<WithPluginManager>
      extended by org.jvnet.hudson.test.recipes.WithPluginManager.RuleRunnerImpl
Enclosing class:
WithPluginManager

public static class WithPluginManager.RuleRunnerImpl
extends JenkinsRecipe.Runner<WithPluginManager>


Constructor Summary
WithPluginManager.RuleRunnerImpl()
           
 
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 org.jvnet.hudson.test.JenkinsRecipe.Runner
tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WithPluginManager.RuleRunnerImpl

public WithPluginManager.RuleRunnerImpl()
Method Detail

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-2013. All Rights Reserved.