Uses of Interface
org.jvnet.hudson.test.HudsonHomeLoader
Packages that use HudsonHomeLoader
-
Uses of HudsonHomeLoader in org.jvnet.hudson.test
Classes in org.jvnet.hudson.test that implement HudsonHomeLoaderModifier and TypeClassDescriptionstatic final class
Allocates a new directory by copying from an existing directory, or unzipping from a zip file.static final class
Allocates a new directory by copying from a test resourceFields in org.jvnet.hudson.test declared as HudsonHomeLoaderModifier and TypeFieldDescriptionprotected HudsonHomeLoader
HudsonTestCase.homeLoader
Deprecated.protected HudsonHomeLoader
JenkinsRule.homeLoader
static final 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 HudsonHomeLoaderModifier and TypeMethodDescriptionHudsonTestCase.with
(HudsonHomeLoader homeLoader) Deprecated.JenkinsRule.with
(HudsonHomeLoader homeLoader)