Uses of Class
hudson.util.JVMBuilder

Packages that use JVMBuilder
hudson.slaves Code related to slaves. 
hudson.util Other miscellaneous utility code 
 

Uses of JVMBuilder in hudson.slaves
 

Methods in hudson.slaves with parameters of type JVMBuilder
static hudson.remoting.Channel Channels.newJVM(String displayName, TaskListener listener, JVMBuilder vmb, FilePath workDir, ClasspathBuilder classpath)
          Launches a new JVM with the given classpath, establish a communication channel, and return a Channel to it.
 

Uses of JVMBuilder in hudson.util
 

Methods in hudson.util that return JVMBuilder
 JVMBuilder JVMBuilder.debug(int port)
          Enables the debugger support on the given port.
 JVMBuilder JVMBuilder.mainClass(Class mainClass)
           
 JVMBuilder JVMBuilder.mainClass(String fullyQualifiedClassName)
           
 JVMBuilder JVMBuilder.pwd(File pwd)
          Sets the current directory for the new JVM.
 JVMBuilder JVMBuilder.pwd(FilePath pwd)
          Sets the current directory for the new JVM.
 JVMBuilder JVMBuilder.systemProperties(Map<String,String> props)
           
 JVMBuilder JVMBuilder.systemProperty(String key, String value)
           
 



Copyright © 2004-2013. All Rights Reserved.