Uses of Class
com.xebialabs.deployit.ci.HostAccessMethod

Packages that use HostAccessMethod
com.xebialabs.deployit.ci Basic configuration items
com.xebialabs.deployit.hostsession The host session framework. 
 

Uses of HostAccessMethod in com.xebialabs.deployit.ci
 

Methods in com.xebialabs.deployit.ci that return HostAccessMethod
 HostAccessMethod Host.getAccessMethod()
           
static HostAccessMethod HostAccessMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HostAccessMethod[] HostAccessMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xebialabs.deployit.ci with parameters of type HostAccessMethod
 void Host.setAccessMethod(HostAccessMethod accessMethod)
           
 

Uses of HostAccessMethod in com.xebialabs.deployit.hostsession
 

Methods in com.xebialabs.deployit.hostsession with parameters of type HostAccessMethod
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.
 



Copyright © 2010. All Rights Reserved.