A base trait of session extensions. Session extensions must apply this trait.
| Type | Name and description |
|---|---|
CompositeSettings |
getMergedSettings()Return the settings with default, global, per-service and per-remote. |
Operations |
getOperations()Return the current Operations. |
Remote |
getRemote()Returns remote host for the current session. |
T |
sftp(groovy.lang.Closure<T> closure)Perform SFTP operations. |
Return the settings with default, global, per-service and per-remote. Only for DSL extensions, do not use from the script.
Return the current Operations. Only for DSL extensions, do not use from the script.
Returns remote host for the current session.
Perform SFTP operations.
closure - closure for SftpOperations