Groovy Documentation

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


interface ShellHandler

Handler for closure of a shell operation.

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