Uses of Interface
org.jvnet.hudson.test.HudsonHomeLoader
-
Packages that use HudsonHomeLoader Package Description 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 Modifier and Type Class Description static classHudsonHomeLoader.CopyExistingAllocates a new directory by copying from an existing directory, or unzipping from a zip file.static classHudsonHomeLoader.LocalAllocates a new directory by copying from a test resourceFields in org.jvnet.hudson.test declared as HudsonHomeLoader Modifier and Type Field Description protected HudsonHomeLoaderHudsonTestCase. homeLoaderDeprecated.protected HudsonHomeLoaderJenkinsRule. homeLoaderstatic HudsonHomeLoaderHudsonHomeLoader. NEWAllocates a new empty directory, meaning this will emulate the fresh Hudson installation.Methods in org.jvnet.hudson.test with parameters of type HudsonHomeLoader Modifier and Type Method Description HudsonTestCaseHudsonTestCase. with(HudsonHomeLoader homeLoader)Deprecated.JenkinsRuleJenkinsRule. with(HudsonHomeLoader homeLoader)
-