Package | Description |
---|---|
hudson.slaves |
Code related to slaves.
|
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and 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(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 © 2016. All rights reserved.