Package org.jvnet.hudson.test
Class HudsonHomeLoader.Local
java.lang.Object
org.jvnet.hudson.test.HudsonHomeLoader.Local
- All Implemented Interfaces:
HudsonHomeLoader
- Enclosing interface:
- HudsonHomeLoader
Allocates a new directory by copying from a test resource
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jvnet.hudson.test.HudsonHomeLoader
HudsonHomeLoader.CopyExisting, HudsonHomeLoader.Local
-
Field Summary
Fields inherited from interface org.jvnet.hudson.test.HudsonHomeLoader
NEW
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallocate()
Returns a directory to be used asJENKINS_HOME
static boolean
isJavaIdentifier
(String name)
-
Constructor Details
-
Local
-
-
Method Details
-
allocate
Description copied from interface:HudsonHomeLoader
Returns a directory to be used asJENKINS_HOME
- Specified by:
allocate
in interfaceHudsonHomeLoader
- Throws:
Exception
- to cause a test to fail.
-
isJavaIdentifier
-