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

class DryRunOperations

Dry-run implementation of Operations.

Authors:
hidetake.org


Property Summary
Remote remote

 
Constructor Summary
DryRunOperations(Remote remote1)

 
Method Summary
java.lang.String execute(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)

void executeBackground(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)

void sftp(groovy.lang.Closure closure)

void shell(OperationSettings 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


 
Constructor Detail

DryRunOperations

DryRunOperations(Remote remote1)


 
Method Detail

execute

@Override
java.lang.String execute(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)


executeBackground

@Override
void executeBackground(OperationSettings settings, java.lang.String command, groovy.lang.Closure callback)


sftp

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


shell

@Override
void shell(OperationSettings settings)


 

Groovy Documentation