Groovy Documentation

org.hidetake.gradle.ssh.api
[Groovy] Interface CommandContext


interface CommandContext

Context interface for 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