| Package | Description |
|---|---|
| com.cloudbees.jenkins.plugins.sshagent | |
| com.cloudbees.jenkins.plugins.sshagent.jna | |
| com.cloudbees.jenkins.plugins.sshagent.mina |
| Modifier and Type | Method and Description |
|---|---|
RemoteAgent |
RemoteAgentFactory.start(hudson.Launcher launcher,
hudson.model.TaskListener listener)
Deprecated.
|
RemoteAgent |
RemoteAgentFactory.start(hudson.Launcher launcher,
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(hudson.Launcher launcher,
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(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath temp)
Start a ssh-agent on the specified launcher.
|
Copyright © 2016. All rights reserved.