Groovy Documentation

org.hidetake.gradle.ssh.internal.task
[Groovy] Class DryRun

java.lang.Object
  org.hidetake.gradle.ssh.internal.task.DryRun
All Implemented Interfaces:
Executor

@Singleton
class DryRun

A dry run implementation of executor.

Authors:
hidetake.org


Field Summary
protected Handler handler

 
Method Summary
void execute(SshSettings sshSettings, java.util.List operations)

 
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()
 

Field Detail

handler

protected Handler handler


 
Method Detail

execute

@Override
void execute(SshSettings sshSettings, java.util.List operations)


 

Groovy Documentation