Groovy Documentation

org.hidetake.gradle.ssh.internal.operation
[Groovy] Class DryRunOperations

java.lang.Object
  org.hidetake.gradle.ssh.internal.operation.DryRunOperations
All Implemented Interfaces:
Operations

@TupleConstructor
class DryRunOperations

Dry-run implementation of Operations.

Authors:
hidetake.org


Property Summary
Remote remote

 
Method Summary
java.lang.String execute(ExecutionSettings settings, java.lang.String command)

void executeBackground(ExecutionSettings settings, java.lang.String command)

void sftp(groovy.lang.Closure closure)

void shell(ShellSettings settings)

 
Methods inherited from 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()
 

Property Detail

remote

final Remote remote


 
Method Detail

execute

@Override
java.lang.String execute(ExecutionSettings settings, java.lang.String command)


executeBackground

@Override
void executeBackground(ExecutionSettings settings, java.lang.String command)


sftp

@Override
void sftp(groovy.lang.Closure closure)


shell

@Override
void shell(ShellSettings settings)


 

Groovy Documentation