An entry point of SSH service.
| 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 a closure. |
void |
settings(groovy.lang.Closure closure)Configure global settings. |
| Methods inherited from class | Name |
|---|---|
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() |
Container of proxy hosts.
Container of remote hosts.
Global settings.
Configure the container of proxy hosts.
Configure the container of remote hosts.
Run a closure.
Configure global settings.