Groovy Documentation

org.hidetake.gradle.ssh.internal.operation
[Groovy] Interface Operation


interface Operation

An operation.

Authors:
hidetake.org


Method Summary
void execute(Session session, ChannelManager channelManager, SshSettings sshSettings)

Remote getRemote()

 

Method Detail

execute

void execute(Session session, ChannelManager channelManager, SshSettings sshSettings)


getRemote

Remote getRemote()


 

Groovy Documentation