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

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

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


Constructor Summary
WithPlugin.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, WithPlugin 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

WithPlugin.RuleRunnerImpl

public WithPlugin.RuleRunnerImpl()
Method Detail

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