|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface SshTaskHandler
An interface delegating into SshTask.
| Method Summary | |
|---|---|
java.lang.Object
|
execute(CompositeSettings globalSettings)
Execute the task. |
void
|
session(Remote remote, groovy.lang.Closure closure)
Add a session. |
void
|
session(java.util.Collection remotes, groovy.lang.Closure closure)
Add sessions. |
void
|
session(java.util.Map remoteProperties, groovy.lang.Closure closure)
Add a session. |
void
|
ssh(groovy.lang.Closure closure)
Configure task specific settings. |
| Method Detail |
|---|
java.lang.Object execute(CompositeSettings globalSettings)
void session(Remote remote, groovy.lang.Closure closure)
remote - the Remoteclosure - closure for SessionHandler (run in execution phase)
void session(java.util.Collection remotes, groovy.lang.Closure closure)
remotes - collection of Remotesclosure - closure for SessionHandler (run in execution phase)
void session(java.util.Map remoteProperties, groovy.lang.Closure closure)
remoteProperties - properties of a Remoteclosure - closure for SessionHandler (run in execution phase)
void ssh(groovy.lang.Closure closure)
closure - closure for CompositeSettings
Groovy Documentation