Class VSphereBuildStep

java.lang.Object
org.jenkinsci.plugins.vsphere.VSphereBuildStep
All Implemented Interfaces:
ExtensionPoint, Describable<VSphereBuildStep>
Direct Known Subclasses:
Clone, ConvertToTemplate, ConvertToVm, Delete, DeleteSnapshot, Deploy, ExposeGuestInfo, PowerOff, PowerOn, Reconfigure, Rename, RenameSnapshot, RevertToSnapshot, SuspendVm, TakeSnapshot

public abstract class VSphereBuildStep extends Object implements Describable<VSphereBuildStep>, ExtensionPoint
Define a base class for all vSphere build steps. All vSphere build steps should extend this class, as it contains server information required by all.