|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.hidetake.gradle.ssh.plugin.SshTaskDelegate
class SshTaskDelegate
A delegate class of ssh task.
| Property Summary | |
|---|---|
Sessions |
sessions
Sessions. |
SshSettings |
sshSettings
Delegate of task specific settings. |
| Method Summary | |
|---|---|
void
|
session(Remote remote, groovy.lang.Closure closure)
Add a session. |
void
|
session(java.util.Collection remotes, groovy.lang.Closure closure)
Add sessions. |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Property Detail |
|---|
final Sessions sessions
@Delegate final SshSettings sshSettings
| Method Detail |
|---|
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)
Groovy Documentation