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(Remote remote, Session session, ChannelManager channelManager, SshSettings sshSettings)

Create an instance.

 

Method Detail

create

Operations create(Remote remote, Session session, ChannelManager channelManager, SshSettings sshSettings)
Create an instance.
Parameters:
remote
session
channelManager
sshSettings
Returns:
an instance


 

Groovy Documentation