Groovy Documentation

org.hidetake.gradle.ssh.api.operation
[Groovy] Interface ExecutionHandler


interface ExecutionHandler

Handler for closure of a command execution.

Authors:
hidetake.org


Method Summary
void interaction(groovy.lang.Closure closure)

Declares stream interactions with the server.

 

Method Detail

interaction

void interaction(groovy.lang.Closure closure)
Declares stream interactions with the server.
Parameters:
closure


 

Groovy Documentation