Uses of Class
hudson.util.JVMBuilder
Package
Description
Code related to agents.
Other miscellaneous utility code
-
Uses of JVMBuilder in hudson.slaves
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionJVMBuilder.debug
(int port) Enables the debugger support on the given port.Sets the current directory for the new JVM.Sets the current directory for the new JVM.JVMBuilder.systemProperties
(Map<String, String> props) JVMBuilder.systemProperty
(String key, String value)