org.jvnet.hudson.test
Class TestEnvironment

java.lang.Object
  extended by org.jvnet.hudson.test.TestEnvironment

public class TestEnvironment
extends java.lang.Object

Author:
Kohsuke Kawaguchi

Field Summary
static java.lang.ThreadLocal<TestEnvironment> ENVIRONMENT
           
 TemporaryDirectoryAllocator temporaryDirectoryAllocator
           
 
Constructor Summary
TestEnvironment()
           
 
Method Summary
 void dispose()
           
static TestEnvironment get()
           
 void pin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

temporaryDirectoryAllocator

public final TemporaryDirectoryAllocator temporaryDirectoryAllocator

ENVIRONMENT

public static final java.lang.ThreadLocal<TestEnvironment> ENVIRONMENT
Constructor Detail

TestEnvironment

public TestEnvironment()
Method Detail

pin

public void pin()

dispose

public void dispose()

get

public static TestEnvironment get()


Copyright © 2009. All Rights Reserved.