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

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

public static class WithPluginManager.RunnerImpl
extends Recipe.Runner<WithPluginManager>


Constructor Summary
WithPluginManager.RunnerImpl()
           
 
Method Summary
 void decorateHome(HudsonTestCase testCase, File home)
          Called right before jenkins.model.Jenkins#Hudson(File, ServletContext) is invoked to decorate the hudson home directory.
 void setup(HudsonTestCase testCase, WithPluginManager recipe)
          Called during TestCase.setUp() to prepare the test environment.
 
Methods inherited from class org.jvnet.hudson.test.recipes.Recipe.Runner
tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WithPluginManager.RunnerImpl

public WithPluginManager.RunnerImpl()
Method Detail

setup

public void setup(HudsonTestCase testCase,
                  WithPluginManager recipe)
           throws Exception
Description copied from class: Recipe.Runner
Called during TestCase.setUp() to prepare the test environment.

Overrides:
setup in class Recipe.Runner<WithPluginManager>
Throws:
Exception

decorateHome

public void decorateHome(HudsonTestCase testCase,
                         File home)
                  throws Exception
Description copied from class: Recipe.Runner
Called right before jenkins.model.Jenkins#Hudson(File, ServletContext) is invoked to decorate the hudson home directory.

Overrides:
decorateHome in class Recipe.Runner<WithPluginManager>
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.