Uses of Enum Class
org.jenkinsci.plugins.vsphere.builders.ReconfigureStep.DeviceAction
Packages that use ReconfigureStep.DeviceAction
-
Uses of ReconfigureStep.DeviceAction in org.jenkinsci.plugins.vsphere.builders
Methods in org.jenkinsci.plugins.vsphere.builders that return ReconfigureStep.DeviceActionModifier and TypeMethodDescriptionReconfigureNetworkAdapters.getDeviceAction()static ReconfigureStep.DeviceActionReturns the enum constant of this class with the specified name.static ReconfigureStep.DeviceAction[]ReconfigureStep.DeviceAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.vsphere.builders with parameters of type ReconfigureStep.DeviceActionModifier and TypeMethodDescriptionReconfigureNetworkAdapters.ReconfigureNetworkAdaptersDescriptor.doTestData(ReconfigureStep.DeviceAction deviceAction, String deviceLabel, String macAddress, boolean standardSwitch, String portGroup, boolean distributedSwitch, String distributedPortGroup, String distributedPortId) Constructors in org.jenkinsci.plugins.vsphere.builders with parameters of type ReconfigureStep.DeviceActionModifierConstructorDescriptionReconfigureNetworkAdapters(ReconfigureStep.DeviceAction deviceAction, String deviceLabel, String macAddress, boolean standardSwitch, String portGroup, boolean distributedSwitch, String distributedPortGroup, String distributedPortId)