public abstract static class SshEffectorTasks.SshEffectorBody<T> extends EffectorBody<T>
EffectorBody but providing conveniences when in a SoftwareProcess
(or other entity with a single machine location)| Constructor and Description |
|---|
SshEffectorTasks.SshEffectorBody() |
| Modifier and Type | Method and Description |
|---|---|
SshMachineLocation |
machine()
convenience for accessing the machine
|
ProcessTaskFactory<java.lang.Integer> |
ssh(java.lang.String... commands)
convenience for generating an
PlainSshExecTaskFactory which can be further customised if desired, and then (it must be explicitly) queued |
callpublic SshMachineLocation machine()
public ProcessTaskFactory<java.lang.Integer> ssh(java.lang.String... commands)
PlainSshExecTaskFactory which can be further customised if desired, and then (it must be explicitly) queued