|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface Operations
An aggregate of core SSH operations.
| Method Summary | |
|---|---|
java.lang.String
|
execute(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)
|
void
|
executeBackground(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)
|
Remote
|
getRemote()
|
void
|
sftp(groovy.lang.Closure closure)
Perform SFTP operations. |
void
|
shell(OperationSettings settings)
|
| Method Detail |
|---|
java.lang.String execute(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)
void executeBackground(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)
Remote getRemote()
void sftp(groovy.lang.Closure closure)
closure - closure for SftpOperations
void shell(OperationSettings settings)
Groovy Documentation