Uses of Class
hudson.plugins.vmware.Host.HostType

Packages that use Host.HostType
hudson.plugins.vmware   
 

Uses of Host.HostType in hudson.plugins.vmware
 

Fields in hudson.plugins.vmware declared as Host.HostType
 Host.HostType VMwareActivationWrapper.VMwareHostConfig.hostType
           
 

Methods in hudson.plugins.vmware that return Host.HostType
 Host.HostType VMwareActivationWrapper.VMwareHostConfig.getHostType()
          Getter for property 'hostType'.
static Host.HostType Host.HostType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Host.HostType[] Host.HostType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.vmware with parameters of type Host.HostType
 Host VMware.connect(Host.HostType hostType, java.lang.String hostName, int hostPort, java.lang.String userName, java.lang.String password)
           
 void VMwareActivationWrapper.VMwareHostConfig.setHostType(Host.HostType hostType)
          Setter for property 'hostType'.
 

Constructors in hudson.plugins.vmware with parameters of type Host.HostType
VMwareActivationWrapper.VMwareHostConfig(java.lang.String vixLibraryPath, java.lang.String hostName, int portNumber, Host.HostType hostType, java.lang.String username, java.lang.String password)
           
 



Copyright © 2007. All Rights Reserved.