public class ManagedWindowsServiceConnector extends ComputerConnector
ComputerConnector that delegates to ManagedWindowsServiceLauncher.| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedWindowsServiceConnector.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
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,
TaskListener listener) |
getDescriptorpublic final String userName
public final Secret password
public ManagedWindowsServiceLauncher launch(String hostName, TaskListener listener) throws IOException, InterruptedException
launch in class ComputerConnectorIOExceptionInterruptedExceptionCopyright © 2016–2022. All rights reserved.