Groovy Documentation

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


interface SshService

Service to execute a SSH task specified by SshSpec.

Authors:
hidetake.org
See Also:
SshSpec


Method Summary
void execute(SshSpec sshSpec)

Executes a SSH task.

 

Method Detail

execute

void execute(SshSpec sshSpec)
Executes a SSH task.
Parameters:
sshSpec - specification


 

Groovy Documentation