|
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.OperationSettings
@EqualsAndHashCode @ToString class OperationSettings extends Settings
| Property Summary | |
|---|---|
static java.lang.Object |
DEFAULT
|
java.lang.Boolean |
dryRun
Dry-run flag. |
java.lang.String |
encoding
Encoding of input and output stream. |
LogLevel |
errorLogLevel
Log level for standard error of commands. |
java.util.List |
extensions
Extension classes to mixin to SessionHandler. |
groovy.lang.Closure |
interaction
Stream interaction. |
java.lang.Boolean |
logging
Logging flag. |
LogLevel |
outputLogLevel
Log level for standard output of commands. |
java.lang.Boolean |
pty
PTY allocation flag. |
| Method Summary | |
|---|---|
OperationSettings
|
plus(OperationSettings right)
|
| Methods inherited from class Settings | |
|---|---|
| findNotNull, plus |
| Property Detail |
|---|
static final java.lang.Object DEFAULT
java.lang.Boolean dryRun
true, performs no action.
java.lang.String encoding
LogLevel errorLogLevel
java.util.List extensions
groovy.lang.Closure interaction
java.lang.Boolean logging
false, performs no logging.
LogLevel outputLogLevel
java.lang.Boolean pty
true, PTY will be allocated on command execution.
| Method Detail |
|---|
OperationSettings plus(OperationSettings right)
Groovy Documentation