|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | METHOD | DETAIL: FIELD | PROPERTY | METHOD | |||||||
interface Operations
Interface of operations.
| Nested Class Summary | |
|---|---|
interface |
Operations.Factory
A factory of Operations. |
| Property Summary | |
|---|---|
java.lang.Object |
factory
|
| Method Summary | |
|---|---|
java.lang.String
|
execute(ExecutionSettings settings, java.lang.String command)
|
void
|
executeBackground(ExecutionSettings settings, java.lang.String command)
|
Remote
|
getRemote()
|
void
|
sftp(groovy.lang.Closure closure)
Perform SFTP operations. |
void
|
shell(ShellSettings settings)
|
| Property Detail |
|---|
final java.lang.Object factory
| Method Detail |
|---|
java.lang.String execute(ExecutionSettings settings, java.lang.String command)
void executeBackground(ExecutionSettings settings, java.lang.String command)
Remote getRemote()
void sftp(groovy.lang.Closure closure)
closure - closure for SftpHandler
void shell(ShellSettings settings)
Groovy Documentation