public class ManagedWindowsServiceConnector
extends hudson.slaves.ComputerConnector
ComputerConnector that delegates to ManagedWindowsServiceLauncher.| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedWindowsServiceConnector.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
hudson.util.Secret |
password |
String |
userName
"[DOMAIN\\]USERNAME" to follow the Windows convention.
|
| Constructor and Description |
|---|
ManagedWindowsServiceConnector(String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
ManagedWindowsServiceLauncher |
launch(String hostName,
hudson.model.TaskListener listener) |
public final String userName
public final hudson.util.Secret password
public ManagedWindowsServiceLauncher launch(String hostName, hudson.model.TaskListener listener) throws IOException, InterruptedException
launch in class hudson.slaves.ComputerConnectorIOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.