| Package | Description |
|---|---|
| org.jenkinsci.plugins.remote_terminal_access | |
| org.jenkinsci.plugins.remote_terminal_access.lease | |
| org.jenkinsci.plugins.remote_terminal_access.ssh |
| Modifier and Type | Method and Description |
|---|---|
ProcessWithPtyLauncher |
ProcessWithPtyLauncher.commands(List<String> commands) |
ProcessWithPtyLauncher |
ProcessWithPtyLauncher.configure(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener)
Configures the launcher to launch the process in the workspace of an in-progress build with the same
set of environment variables.
|
ProcessWithPtyLauncher |
ProcessWithPtyLauncher.envs(Map<String,String> map)
Overrides on top of what the build gets.
|
ProcessWithPtyLauncher |
ProcessWithPtyLauncher.shell() |
ProcessWithPtyLauncher |
ProcessWithPtyLauncher.ws(hudson.FilePath ws) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LeaseSshCommand.configure(ProcessWithPtyLauncher pb) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DiagnoseCommand.configure(ProcessWithPtyLauncher pb) |
protected abstract void |
AbstractRemoteSshCommand.configure(ProcessWithPtyLauncher pb)
Configures how/where the process is launched.
|
Copyright © 2004-2013. All Rights Reserved.