public class LaunchdSlaveInstaller extends Object implements hudson.remoting.Callable<Void,IOException>, ActionListener
| Constructor and Description |
|---|
LaunchdSlaveInstaller(String instanceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
Called when the install menu is selected
|
Void |
call()
To be executed on each slave JVM.
|
public LaunchdSlaveInstaller(String instanceId)
public Void call()
call in interface hudson.remoting.Callable<Void,IOException>public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerCopyright © 2004-2012. All Rights Reserved.