public class DeleteSnapshot extends VSphereBuildStep implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteSnapshot.DeleteSnapshotDescriptor |
VSphereBuildStep.VSphereBuildStepDescriptorSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonvsphereBUILDERS, PUBLISHERS| Constructor and Description |
|---|
DeleteSnapshot(String vm,
String snapshotName,
boolean consolidate,
boolean failOnNoExist) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getProjectAction(AbstractProject<?,?> abstractProject) |
Collection<? extends Action> |
getProjectActions(AbstractProject<?,?> abstractProject) |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getSnapshotName() |
String |
getVm() |
boolean |
isConsolidate() |
boolean |
isFailOnNoExist() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
void |
perform(Run<?,?> run,
FilePath filePath,
Launcher launcher,
TaskListener listener) |
boolean |
prebuild(AbstractBuild<?,?> abstractBuild,
BuildListener buildListener) |
all, allowDelete, getDescriptor, getIP, getVsphere, setVsphereclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperform, perform, requiresWorkspace@DataBoundConstructor public DeleteSnapshot(String vm, String snapshotName, boolean consolidate, boolean failOnNoExist) throws VSphereException
VSphereExceptionpublic String getVm()
public String getSnapshotName()
public boolean isConsolidate()
public boolean isFailOnNoExist()
public void perform(@NonNull
Run<?,?> run,
@NonNull
FilePath filePath,
@NonNull
Launcher launcher,
@NonNull
TaskListener listener)
throws InterruptedException,
IOException
perform in interface SimpleBuildStepperform in class VSphereBuildStepInterruptedExceptionIOExceptionpublic boolean prebuild(AbstractBuild<?,?> abstractBuild, BuildListener buildListener)
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
perform in interface BuildStepperform in class VSphereBuildSteppublic Action getProjectAction(AbstractProject<?,?> abstractProject)
getProjectAction in interface BuildSteppublic Collection<? extends Action> getProjectActions(AbstractProject<?,?> abstractProject)
getProjectActions in interface BuildSteppublic BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildStepCopyright © 2016–2022. All rights reserved.