An entry point of SSH service.
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
proxies(groovy.lang.Closure closure)Configure the container of proxy hosts. |
|
void |
remotes(groovy.lang.Closure closure)Configure the container of remote hosts. |
|
java.lang.Object |
run(groovy.lang.Closure closure)Run session(s) in parallel. |
|
java.lang.Object |
runInOrder(groovy.lang.Closure closure)Run session(s) in order. |
|
void |
settings(groovy.lang.Closure closure)Configure global settings. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Container of proxy hosts.
Container of remote hosts.
Global settings.
Configure the container of proxy hosts.
Configure the container of remote hosts.
Run session(s) in parallel.
Run session(s) in order.
Configure global settings.