Uses of Class
org.jenkinsci.plugins.vsphere.tools.VSphereException
Packages that use VSphereException
Package
Description
-
Uses of VSphereException in org.jenkinsci.plugins
Methods in org.jenkinsci.plugins that throw VSphereExceptionModifier and TypeMethodDescriptionvSphereCloudSlaveTemplate.provision(String cloneName, TaskListener listener) vSphereCloud.vSphereInstance() -
Uses of VSphereException in org.jenkinsci.plugins.vsphere
Methods in org.jenkinsci.plugins.vsphere that throw VSphereExceptionModifier and TypeMethodDescriptionstatic vSphereCloudVSphereBuildStep.VSphereBuildStepDescriptor.getVSphereCloudByHash(int hash) static vSphereCloudVSphereBuildStep.VSphereBuildStepDescriptor.getVSphereCloudByHash(int hash, String jobName) static vSphereCloudVSphereBuildStep.VSphereBuildStepDescriptor.getVSphereCloudByName(String serverName) static vSphereCloudVSphereBuildStep.VSphereBuildStepDescriptor.getVSphereCloudByName(String serverName, String jobName) Constructors in org.jenkinsci.plugins.vsphere that throw VSphereExceptionModifierConstructorDescriptionVSphereBuildStepContainer(VSphereBuildStep buildStep, String serverName) -
Uses of VSphereException in org.jenkinsci.plugins.vsphere.builders
Methods in org.jenkinsci.plugins.vsphere.builders that throw VSphereExceptionModifier and TypeMethodDescriptionabstract booleanReconfigureStep.perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) booleanReconfigureAnnotation.reconfigureAnnotation(Run<?, ?> run, Launcher launcher, TaskListener listener) booleanReconfigureCpu.reconfigureCPU(Run<?, ?> run, Launcher launcher, TaskListener listener) booleanReconfigureDisk.reconfigureDisk(Run<?, ?> run, Launcher launcher, TaskListener listener) booleanReconfigureMemory.reconfigureMemory(Run<?, ?> run, Launcher launcher, TaskListener listener) booleanReconfigureNetworkAdapters.reconfigureNetwork(Run<?, ?> run, Launcher launcher, TaskListener listener) booleanRename.rename(Run<?, ?> run, Launcher launcher, TaskListener listener) booleanRenameSnapshot.renameSnapshot(Run<?, ?> run, Launcher launcher, TaskListener listener) Constructors in org.jenkinsci.plugins.vsphere.builders that throw VSphereExceptionModifierConstructorDescriptionClone(String sourceName, String clone, boolean linkedClone, String resourcePool, String cluster, String datastore, String folder, boolean powerOn, Integer timeoutInSeconds, String customizationSpec, Boolean useCurrentSnapshot, String namedSnapshot, Map<String, String> extraConfigParameters) ConvertToTemplate(String vm, boolean force) ConvertToVm(String template, String resourcePool, String cluster) DeleteSnapshot(String vm, String snapshotName, boolean consolidate, boolean failOnNoExist) Deploy(String template, String clone, boolean linkedClone, String resourcePool, String cluster, String datastore, String folder, String customizationSpec, Integer timeoutInSeconds, boolean powerOn) ExposeGuestInfo(String vm, String envVariablePrefix, Boolean waitForIp4) Reconfigure(String vm, List<ReconfigureStep> reconfigureSteps) ReconfigureCpu(String cpuCores, String coresPerSocket) ReconfigureDisk(String diskSize, String datastore) ReconfigureMemory(String memorySize) ReconfigureNetworkAdapters(ReconfigureStep.DeviceAction deviceAction, String deviceLabel, String macAddress, boolean standardSwitch, String portGroup, boolean distributedSwitch, String distributedPortGroup, String distributedPortId) RenameSnapshot(String vm, String oldName, String newName, String newDescription) RevertToSnapshot(String vm, String snapshotName) TakeSnapshot(String vm, String snapshotName, String description, boolean includeMemory) -
Uses of VSphereException in org.jenkinsci.plugins.vsphere.tools
Subclasses of VSphereException in org.jenkinsci.plugins.vsphere.toolsMethods in org.jenkinsci.plugins.vsphere.tools that throw VSphereExceptionModifier and TypeMethodDescriptionvoidVSphere.cloneOrDeployVm(String cloneName, String sourceName, boolean linkedClone, String resourcePoolName, String cluster, String datastoreName, String folderName, boolean useCurrentSnapshot, String namedSnapshot, boolean powerOn, Map<String, String> extraConfigParameters, String customizationSpec, PrintStream jLogger) Creates a new VM by cloning an existing VM or Template.voidVSphere.cloneVm(String cloneName, String sourceName, boolean linkedClone, String resourcePoolName, String cluster, String datastoreName, String folderName, boolean powerOn, String customizationSpec, PrintStream jLogger) Clones a new VM from an existing (named) VM.static VSphereDeprecated.static VSphereVSphere.connect(VSphereConnectionConfig connectionDetails) Initiates Connection to vSphere ServerintVSphere.countVms()intVSphere.countVmsByPrefix(String prefix) voidVSphere.deleteSnapshot(String vmName, String snapName, boolean consolidate, boolean failOnNoExist) voidVSphere.deployVm(String cloneName, String sourceName, boolean linkedClone, String resourcePoolName, String cluster, String datastoreName, String folderName, boolean powerOn, String customizationSpec, PrintStream jLogger) Deploys a new VM from an existing (named) Template.voidDestroys the VM in vSphereVSphere.folderExists(String folderPath) com.vmware.vim25.CustomizationSpecItemVSphere.getCustomizationSpecByName(String customizationSpecName) com.vmware.vim25.mo.ManagedEntity[]VSphere.getDatastores()com.vmware.vim25.mo.DistributedVirtualPortgroupVSphere.getDistributedVirtualPortGroupByName(com.vmware.vim25.mo.VirtualMachine virtualMachine, String name) Find Distributed Virtual Port Group name in the same Datacenter as the VMcom.vmware.vim25.mo.DistributedVirtualSwitchVSphere.getDistributedVirtualSwitchByPortGroup(com.vmware.vim25.mo.DistributedVirtualPortgroup distributedVirtualPortgroup) Find Distributed Virtual Switch from the provided Distributed Virtual Portgroupcom.vmware.vim25.mo.FolderVSphere.getIp(com.vmware.vim25.mo.VirtualMachine vm, int timeout) Asks vSphere for the IP address used by a VM.com.vmware.vim25.mo.NetworkVSphere.getNetworkPortGroupByName(com.vmware.vim25.mo.VirtualMachine virtualMachine, String name) Find Distributed Virtual Port Group name in the same Datacenter as the VMcom.vmware.vim25.mo.VirtualMachineVSphere.getVmByName(String vmName) voidVSphere.markAsTemplate(String vmName, String snapName, boolean force) voidvoidVSphere.powerOffVm(com.vmware.vim25.mo.VirtualMachine vm, boolean evenIfSuspended, boolean shutdownGracefully) Deprecated.This method has been superseded byVSphere.powerOffVm(VirtualMachine, boolean, int), which allows setting an arbitrary grace period.voidVSphere.powerOffVm(com.vmware.vim25.mo.VirtualMachine vm, boolean evenIfSuspended, int gracefulShutdownSeconds) Power off the given virtual machine, optionally waiting a while for its operating system to shut down.voidVSphere.reconfigureVm(String name, com.vmware.vim25.VirtualMachineConfigSpec spec) voidRenames the VM vSpherevoidVSphere.renameVmSnapshot(String vmName, String oldName, String newName, String newDescription) Renames a VM SnapshotvoidVSphere.revertToSnapshot(String vmName, String snapName) voidVSphere.setExtraConfigParameters(String vmName, Map<String, String> parameters) Passes data to a VM's "extra config" object.voidvoidVSphere.suspendVm(com.vmware.vim25.mo.VirtualMachine vm) voidVSphere.takeSnapshot(String vmName, String snapshot, String description, boolean snapMemory)
VSphere.connect(VSphereConnectionConfig)instead.