Class ConvertToTemplate
java.lang.Object
org.jenkinsci.plugins.vsphere.VSphereBuildStep
org.jenkinsci.plugins.vsphere.builders.ConvertToTemplate
- All Implemented Interfaces:
ExtensionPoint,Describable<VSphereBuildStep>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNested classes/interfaces inherited from class org.jenkinsci.plugins.vsphere.VSphereBuildStep
VSphereBuildStep.VSphereBuildStepDescriptorNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class org.jenkinsci.plugins.vsphere.VSphereBuildStep
vsphere -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVm()booleanisForce()booleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) voidperform(Run<?, ?> run, FilePath filePath, Launcher launcher, TaskListener listener) Methods inherited from class org.jenkinsci.plugins.vsphere.VSphereBuildStep
all, allowDelete, getDescriptor, getIP, getVsphere, setVsphere
-
Constructor Details
-
ConvertToTemplate
- Throws:
VSphereException
-
-
Method Details
-
getVm
-
isForce
public boolean isForce() -
perform
public void perform(@NonNull Run<?, ?> run, @NonNull FilePath filePath, @NonNull Launcher launcher, @NonNull TaskListener listener) throws InterruptedException, IOException- Specified by:
performin classVSphereBuildStep- Throws:
InterruptedExceptionIOException
-
perform
- Specified by:
performin classVSphereBuildStep
-