Uses of Class
hudson.util.JVMBuilder
-
Packages that use JVMBuilder Package Description hudson.slaves Code related to agents.hudson.util Other miscellaneous utility code -
-
Uses of JVMBuilder in hudson.slaves
Methods in hudson.slaves with parameters of type JVMBuilder Modifier and Type Method Description static hudson.remoting.Channel
Channels. newJVM(String displayName, TaskListener listener, JVMBuilder vmb, FilePath workDir, ClasspathBuilder classpath)
Deprecated.removed without replacement -
Uses of JVMBuilder in hudson.util
Methods in hudson.util that return JVMBuilder Modifier and Type Method Description 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(FilePath pwd)
Sets the current directory for the new JVM.JVMBuilder
JVMBuilder. pwd(File pwd)
Sets the current directory for the new JVM.JVMBuilder
JVMBuilder. systemProperties(Map<String,String> props)
JVMBuilder
JVMBuilder. systemProperty(String key, String value)
-