Groovy Documentation

org.hidetake.gradle.ssh.api.session
[Groovy] Interface Executor


interface Executor

A task executor.


Method Summary
void execute(SshSettings sshSettings, java.util.List sessionSpecs)

Instantiate a task and execute it.

 

Method Detail

execute

void execute(SshSettings sshSettings, java.util.List sessionSpecs)
Instantiate a task and execute it.
Parameters:
sshSettings
sessionSpecs


 

Groovy Documentation