public class InstallerGui extends Object implements hudson.remoting.Callable<Void,IOException>
| Modifier and Type | Field and Description |
|---|---|
static LaunchConfiguration |
LAUNCH_CONFIG
LaunchConfiguration that controls what process will be run under the service wrapper
when the slave installation happens through GUI. |
| Constructor and Description |
|---|
InstallerGui(SlaveInstaller installer) |
public static LaunchConfiguration LAUNCH_CONFIG
LaunchConfiguration that controls what process will be run under the service wrapper
when the slave installation happens through GUI.
Conceptually, this can be thought of as a recovered memory of how this slave JVM has been started.
This is "recovered", because we can't really reliably tell from within the slave itself, but
nonetheless it's a piece of information scoped to the slave JVM. Hence singleton.public InstallerGui(SlaveInstaller installer)
public Void call() throws IOException
call in interface hudson.remoting.Callable<Void,IOException>IOExceptionCopyright © 2004-2012. All Rights Reserved.