Uses of Class
org.jenkinsci.plugins.vsphere.tools.VSphereException

Packages that use VSphereException
org.jenkinsci.plugins   
org.jenkinsci.plugins.vsphere   
org.jenkinsci.plugins.vsphere.builders   
org.jenkinsci.plugins.vsphere.tools   
 

Uses of VSphereException in org.jenkinsci.plugins
 

Methods in org.jenkinsci.plugins that throw VSphereException
 VSphere vSphereCloud.vSphereInstance()
           
 

Uses of VSphereException in org.jenkinsci.plugins.vsphere
 

Methods in org.jenkinsci.plugins.vsphere that throw VSphereException
 vSphereCloud VSpherePlugin.DescriptorImpl.getVSphereCloudByHash(int hash)
           
 vSphereCloud VSpherePlugin.DescriptorImpl.getVSphereCloudByName(String serverName)
           
 

Uses of VSphereException in org.jenkinsci.plugins.vsphere.builders
 

Constructors in org.jenkinsci.plugins.vsphere.builders that throw VSphereException
Destroyer(String serverName, String vm, boolean failOnNoExist)
           
MarkTemplate(String serverName, String vm, String description, boolean force)
           
MarkVM(String serverName, String template, boolean powerOn)
           
Starter(String serverName, String template, String clone, boolean powerOn, boolean linkedClone)
           
 

Uses of VSphereException in org.jenkinsci.plugins.vsphere.tools
 

Methods in org.jenkinsci.plugins.vsphere.tools that throw VSphereException
static VSphere VSphere.connect(String server, String user, String pw)
          Initiates Connection to vSphere Server
static VSphere VSphere.connect(String server, String user, String pw, String cluster, String resourcePool)
           
 void VSphere.destroyVm(String name, boolean failOnNoExist)
          Detroys the VM in vSphere
 String VSphere.getIp(com.vmware.vim25.mo.VirtualMachine vm)
          Shortcut
 void VSphere.markAsTemplate(String vmName, String snapName, String desc, boolean force)
           
 com.vmware.vim25.mo.VirtualMachine VSphere.markAsVm(String name)
           
 com.vmware.vim25.mo.VirtualMachine VSphere.shallowCloneVm(String cloneName, String template, boolean powerOn, boolean linkedClone)
          Creates a new VM from a given template with a given name.
 void VSphere.startVm(String name)
           
 void VSphere.takeSnapshot(String name, String snapshot, String description)
           
 



Copyright © 2004-2013. All Rights Reserved.