public class ReconfigureDisk extends ReconfigureStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ReconfigureDisk.ReconfigureDiskDescriptor |
ReconfigureStep.DeviceAction, ReconfigureStep.ReconfigureStepDescriptorExtensionPoint.LegacyInstancesAreScopedToHudsonspec, vm, vsphere| Constructor and Description |
|---|
ReconfigureDisk(String diskSize,
String datastore) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStore() |
String |
getDiskSize() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
void |
perform(Run<?,?> run,
FilePath filePath,
Launcher launcher,
TaskListener listener) |
boolean |
reconfigureDisk(Run<?,?> run,
Launcher launcher,
TaskListener listener) |
all, findDeviceByLabel, getVirtualMachineConfigSpec, getVM, getVsphere, setVirtualMachineConfigSpec, setVM, setVspheregetDescriptor@DataBoundConstructor public ReconfigureDisk(String diskSize, String datastore) throws VSphereException
VSphereExceptionpublic String getDiskSize()
public String getDataStore()
public void perform(@NonNull
Run<?,?> run,
@NonNull
FilePath filePath,
@NonNull
Launcher launcher,
@NonNull
TaskListener listener)
throws InterruptedException,
IOException
perform in class ReconfigureStepInterruptedExceptionIOExceptionpublic boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
perform in class ReconfigureSteppublic boolean reconfigureDisk(Run<?,?> run, Launcher launcher, TaskListener listener) throws VSphereException
VSphereExceptionCopyright © 2016–2022. All rights reserved.