Uses of Interface
org.jvnet.hudson.test.HudsonHomeLoader

Packages that use HudsonHomeLoader
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of HudsonHomeLoader in org.jvnet.hudson.test
 

Classes in org.jvnet.hudson.test that implement HudsonHomeLoader
static class HudsonHomeLoader.CopyExisting
          Allocates a new directory by copying from an existing directory, or unzipping from a zip file.
static class HudsonHomeLoader.Local
          Allocates a new directory by copying from a test resource
 

Fields in org.jvnet.hudson.test declared as HudsonHomeLoader
protected  HudsonHomeLoader JenkinsRule.homeLoader
           
protected  HudsonHomeLoader HudsonTestCase.homeLoader
           
static HudsonHomeLoader HudsonHomeLoader.NEW
          Allocates a new empty directory, meaning this will emulate the fresh Hudson installation.
 

Methods in org.jvnet.hudson.test with parameters of type HudsonHomeLoader
 JenkinsRule JenkinsRule.with(HudsonHomeLoader homeLoader)
           
 HudsonTestCase HudsonTestCase.with(HudsonHomeLoader homeLoader)
           
 



Copyright © 2004-2013. All Rights Reserved.