Uses of Class
com.xebialabs.deployit.hostsession.common.AbstractHostSession

Packages that use AbstractHostSession
com.xebialabs.deployit.hostsession.local Local implementations of the host session framework. 
com.xebialabs.deployit.hostsession.ssh SSH implementations of the host session framework. 
 

Uses of AbstractHostSession in com.xebialabs.deployit.hostsession.local
 

Subclasses of AbstractHostSession in com.xebialabs.deployit.hostsession.local
 class LocalHostSession
          A session to the local host.
 

Uses of AbstractHostSession in com.xebialabs.deployit.hostsession.ssh
 

Subclasses of AbstractHostSession in com.xebialabs.deployit.hostsession.ssh
 class SshScpHostSession
          A session to a remote host using SSH w/ SCP.
 class SshSftpHostSession
          A session to a remote host using SSH w/ SFTP.
 class SshSudoHostSession
          A session to a remote host using SSH w/ SUDO.
 



Copyright © 2010. All Rights Reserved.