public class ReconfigureDisk extends ReconfigureStep
Modifier and Type | Class and Description |
---|---|
static class |
ReconfigureDisk.ReconfigureDiskDescriptor |
ReconfigureStep.DeviceAction, ReconfigureStep.ReconfigureStepDescriptor
ExtensionPoint.LegacyInstancesAreScopedToHudson
spec, 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, setVsphere
getDescriptor
@DataBoundConstructor public ReconfigureDisk(String diskSize, String datastore) throws VSphereException
VSphereException
public 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 ReconfigureStep
InterruptedException
IOException
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
perform
in class ReconfigureStep
public boolean reconfigureDisk(Run<?,?> run, Launcher launcher, TaskListener listener) throws VSphereException
VSphereException
Copyright © 2016–2022. All rights reserved.