| Modifier and Type | Method and Description |
|---|---|
abstract RemoteAgent |
RemoteAgentFactory.start(LauncherProvider launcherProvider,
hudson.model.TaskListener listener,
hudson.FilePath temp)
Start a ssh-agent on the specified launcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecRemoteAgent
An implementation that uses native SSH agent installed on a system.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAgent |
ExecRemoteAgentFactory.start(LauncherProvider launcherProvider,
hudson.model.TaskListener listener,
hudson.FilePath temp)
Start a ssh-agent on the specified launcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JNRRemoteAgent
An implementation that uses Apache SSH to provide the Agent over JNR's UnixSocket implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAgent |
JNRRemoteAgentStarter.call() |
RemoteAgent |
JNRRemoteAgentFactory.start(LauncherProvider launcherProvider,
hudson.model.TaskListener listener,
hudson.FilePath temp)
Start a ssh-agent on the specified launcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinaRemoteAgent
An implementation that uses Apache SSH to provide the Agent.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAgent |
MinaRemoteAgentStarter.call() |
RemoteAgent |
MinaRemoteAgentFactory.start(LauncherProvider launcherProvider,
hudson.model.TaskListener listener,
hudson.FilePath temp)
Start a ssh-agent on the specified launcher.
|
Copyright © 2016–2020. All rights reserved.