|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.hidetake.gradle.ssh.plugin.Settings
org.hidetake.gradle.ssh.plugin.ConnectionSettings
@EqualsAndHashCode @ToString(excludes = 'password, passphrase, allowAnyHosts') class ConnectionSettings extends Settings
| Nested Class Summary | |
|---|---|
static class |
ConnectionSettings.Constants
|
| Property Summary | |
|---|---|
static java.lang.Object |
DEFAULT
|
java.lang.Boolean |
agent
Use agent flag. |
java.lang.Object |
allowAnyHosts
Represents that strict host key checking is turned off and any host is allowed. |
java.io.File |
identity
Identity key file for public-key authentication. |
java.io.File |
knownHosts
Known hosts file. |
java.lang.String |
passphrase
Pass-phrase for the identity key. |
java.lang.String |
password
Password. |
java.net.Proxy |
proxy
Proxy configuration for connecting to a host. |
java.lang.Integer |
retryCount
Retry count for connecting to a host. |
java.lang.Integer |
retryWaitSec
Interval time in seconds between retries. |
java.lang.String |
user
Remote user. |
| Method Summary | |
|---|---|
ConnectionSettings
|
plus(ConnectionSettings right)
|
| Methods inherited from class Settings | |
|---|---|
| findNotNull, plus |
| Property Detail |
|---|
static final java.lang.Object DEFAULT
java.lang.Boolean agent
true, Putty Agent or ssh-agent will be used to authenticate.
final java.lang.Object allowAnyHosts
java.io.File identity
java.io.File knownHosts
java.lang.String passphrase
java.lang.String password
java.net.Proxy proxy
java.lang.Integer retryCount
java.lang.Integer retryWaitSec
java.lang.String user
| Method Detail |
|---|
ConnectionSettings plus(ConnectionSettings right)
Groovy Documentation