Groovy Documentation

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


interface SessionHandlerFactory

A factory interface of SessionHandler.

Authors:
hidetake.org


Method Summary
SessionHandler create(Remote remote, SessionManager sessionManager, ChannelManager channelManager, SshSettings sshSettings)

Create an instance.

 

Method Detail

create

SessionHandler create(Remote remote, SessionManager sessionManager, ChannelManager channelManager, SshSettings sshSettings)
Create an instance.
Parameters:
remote
sessionManager
channelManager
sshSettings
Returns:
an instance


 

Groovy Documentation