Class ReconfigureNetworkAdapters.ReconfigureNetworkAdaptersDescriptor
java.lang.Object
hudson.model.Descriptor<ReconfigureStep>
org.jenkinsci.plugins.vsphere.builders.ReconfigureStep.ReconfigureStepDescriptor
org.jenkinsci.plugins.vsphere.builders.ReconfigureNetworkAdapters.ReconfigureNetworkAdaptersDescriptor
- Enclosing class:
ReconfigureNetworkAdapters
@Extension
public static final class ReconfigureNetworkAdapters.ReconfigureNetworkAdaptersDescriptor
extends ReconfigureStep.ReconfigureStepDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckMacAddress(String value) doTestData(ReconfigureStep.DeviceAction deviceAction, String deviceLabel, String macAddress, boolean standardSwitch, String portGroup, boolean distributedSwitch, String distributedPortGroup, String distributedPortId) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
ReconfigureNetworkAdaptersDescriptor
public ReconfigureNetworkAdaptersDescriptor()
-
-
Method Details
-
doCheckMacAddress
public FormValidation doCheckMacAddress(@QueryParameter String value) throws IOException, jakarta.servlet.ServletException - Throws:
IOExceptionjakarta.servlet.ServletException
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<ReconfigureStep>
-
doTestData
public FormValidation doTestData(@QueryParameter ReconfigureStep.DeviceAction deviceAction, @QueryParameter String deviceLabel, @QueryParameter String macAddress, @QueryParameter boolean standardSwitch, @QueryParameter String portGroup, @QueryParameter boolean distributedSwitch, @QueryParameter String distributedPortGroup, @QueryParameter String distributedPortId)
-