[Index]
ssh:exec
Runs a remote SSH Exec command.
Property Summary
| command |
The command to run. |
| connection |
The Remote Connection. |
| name |
The name of the job. |
| redirectStderr |
Merge stderr into stdout. |
| stderr |
An output to where stderr
of the proces will be written. |
| stdin |
An input stream which will
act as stdin for the process. |
| stdout |
An output to where stdout
for the process will be written. |
Property Detail
command
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes. |
The command to run.
connection
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | Yes. |
The Remote Connection. This will be automatically
injected if this is the child of an ssh:cascade.
name
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The name of the job. Can be any text.
redirectStderr
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
Merge stderr into stdout.
stderr
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
An output to where stderr
of the proces will be written.
stdin
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
An input stream which will
act as stdin for the process.
stdout
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
An output to where stdout
for the process will be written.
(c) R Gordon Ltd 2005 - Present