Groovy Documentation

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


interface OperationsFactory

A factory interface of Operations.

Authors:
hidetake.org


Method Summary
Operations create(Connection connection, SshSettings sshSettings)

Create an instance.

 

Method Detail

create

Operations create(Connection connection, SshSettings sshSettings)
Create an instance.
Parameters:
connection
sshSettings
Returns:
an instance


 

Groovy Documentation