Uses of Class
org.jvnet.hudson.test.JenkinsRule

Packages that use JenkinsRule
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
org.jvnet.hudson.test.recipes Declaratively specify the environment in which a test will be run. 
 

Uses of JenkinsRule in org.jvnet.hudson.test
 

Fields in org.jvnet.hudson.test declared as JenkinsRule
 JenkinsRule JenkinsComputerConnectorTester.jenkinsRule
           
 

Methods in org.jvnet.hudson.test that return JenkinsRule
 JenkinsRule JenkinsRule.with(HudsonHomeLoader homeLoader)
           
 JenkinsRule JenkinsRule.with(PluginManager pluginManager)
           
 JenkinsRule JenkinsRule.withExistingHome(File source)
           
 JenkinsRule JenkinsRule.withNewHome()
           
 JenkinsRule JenkinsRule.withPresetData(String name)
          Declares that this test case expects to start with one of the preset data sets.
 

Methods in org.jvnet.hudson.test with parameters of type JenkinsRule
 void JenkinsRecipe.Runner.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 JenkinsRecipe.Runner.setup(JenkinsRule jenkinsRule, T recipe)
          Called during TestCase.setUp() to prepare the test environment.
 void JenkinsRecipe.Runner.tearDown(JenkinsRule jenkinsRule, T recipe)
          Called during TestCase.tearDown() to shut down the test environment.
 

Constructors in org.jvnet.hudson.test with parameters of type JenkinsRule
JenkinsComputerConnectorTester(JenkinsRule testCase)
           
 

Uses of JenkinsRule in org.jvnet.hudson.test.recipes
 

Methods in org.jvnet.hudson.test.recipes with parameters of type JenkinsRule
 void WithPluginManager.RuleRunnerImpl.decorateHome(JenkinsRule jenkinsRule, File home)
           
 void WithPlugin.RuleRunnerImpl.decorateHome(JenkinsRule jenkinsRule, File home)
           
 void LocalData.RuleRunnerImpl.setup(JenkinsRule jenkinsRule, LocalData recipe)
           
 void PresetData.RuleRunnerImpl.setup(JenkinsRule jenkinsRule, PresetData recipe)
           
 void WithPlugin.RuleRunnerImpl.setup(JenkinsRule jenkinsRule, WithPlugin recipe)
           
 void WithPluginManager.RuleRunnerImpl.setup(JenkinsRule jenkinsRule, WithPluginManager recipe)
           
 void WithTimeout.RuleRunnerImpl.setup(JenkinsRule jenkinsRule, WithTimeout recipe)
           
 



Copyright © 2004-2013. All Rights Reserved.