|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostSession | |
|---|---|
| com.xebialabs.deployit.ci | Basic configuration items. |
| com.xebialabs.deployit.hostsession | The host session framework. |
| com.xebialabs.deployit.hostsession.cifs | |
| com.xebialabs.deployit.hostsession.common | Common classes shared by implementations of the host session framework. |
| com.xebialabs.deployit.hostsession.local | Local implementations of the host session framework. |
| com.xebialabs.deployit.hostsession.ssh | SSH implementations of the host session framework. |
| com.xebialabs.deployit.steps | Provides a number of standard Step steps. |
| Uses of HostSession in com.xebialabs.deployit.ci |
|---|
| Methods in com.xebialabs.deployit.ci that return HostSession | |
|---|---|
HostSession |
Host.getHostSession()
|
| Uses of HostSession in com.xebialabs.deployit.hostsession |
|---|
| Methods in com.xebialabs.deployit.hostsession that return HostSession | |
|---|---|
static HostSession |
HostSessionFactory.getHostSession(Host host)
Returns an HostSession based on the information in a Host CI. |
static HostSession |
HostSessionFactory.getHostSession(OperatingSystemFamily osFamily,
HostAccessMethod accessMethod,
java.lang.String address,
int port,
java.lang.String username,
java.lang.String password,
java.lang.String sudoUsername,
java.lang.String temporaryDirectoryPath)
Creates a host session for the host. |
static HostSession |
HostSessionFactory.getHostSession(OperatingSystemFamily osFamily,
HostAccessMethod accessMethod,
java.lang.String hostSpecification,
java.lang.String username,
java.lang.String password,
java.lang.String sudoUsername,
java.lang.String temporaryDirectoryPath)
Creates a host session for the host. |
HostSession |
HostFile.getSession()
Returns the session this file is associated with. |
| Uses of HostSession in com.xebialabs.deployit.hostsession.cifs |
|---|
| Classes in com.xebialabs.deployit.hostsession.cifs that implement HostSession | |
|---|---|
class |
CifsTelnetHostSession
Windows Telnet Service in stream mode: > tlntadmn config mode=stream Shares with names like C$ are available for all drives you access. Not tested with domain accounts. |
| Uses of HostSession in com.xebialabs.deployit.hostsession.common |
|---|
| Classes in com.xebialabs.deployit.hostsession.common that implement HostSession | |
|---|---|
class |
AbstractHostSession
Abstract base class with common methods used by actual implementations of HostSession. |
| Fields in com.xebialabs.deployit.hostsession.common declared as HostSession | |
|---|---|
protected HostSession |
AbstractHostFile.session
|
| Methods in com.xebialabs.deployit.hostsession.common that return HostSession | |
|---|---|
HostSession |
AbstractHostFile.getSession()
|
| Constructors in com.xebialabs.deployit.hostsession.common with parameters of type HostSession | |
|---|---|
AbstractHostFile(HostSession session)
|
|
| Uses of HostSession in com.xebialabs.deployit.hostsession.local |
|---|
| Classes in com.xebialabs.deployit.hostsession.local that implement HostSession | |
|---|---|
class |
LocalHostSession
A session to the local host. |
| Uses of HostSession in com.xebialabs.deployit.hostsession.ssh |
|---|
| Classes in com.xebialabs.deployit.hostsession.ssh that implement HostSession | |
|---|---|
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. |
| Uses of HostSession in com.xebialabs.deployit.steps |
|---|
| Methods in com.xebialabs.deployit.steps that return HostSession | |
|---|---|
protected HostSession |
HostSessionStep.getHostSession()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||