Groovy Documentation

org.hidetake.gradle.ssh.plugin
[Groovy] Class OperationSettings

java.lang.Object
  org.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

DEFAULT

static final java.lang.Object DEFAULT


dryRun

java.lang.Boolean dryRun
Dry-run flag. If true, performs no action.


encoding

java.lang.String encoding
Encoding of input and output stream.


errorLogLevel

LogLevel errorLogLevel
Log level for standard error of commands.


extensions

java.util.List extensions
Extension classes to mixin to SessionHandler.


interaction

groovy.lang.Closure interaction
Stream interaction.
See Also:
InteractionHandler


logging

java.lang.Boolean logging
Logging flag. If false, performs no logging.


outputLogLevel

LogLevel outputLogLevel
Log level for standard output of commands.


pty

java.lang.Boolean pty
PTY allocation flag. If true, PTY will be allocated on command execution.


 
Method Detail

plus

OperationSettings plus(OperationSettings right)


 

Groovy Documentation