Uses of Enum
io.jenkins.plugins.wiz.WizCliVersion
-
Uses of WizCliVersion in io.jenkins.plugins.wiz
Methods in io.jenkins.plugins.wiz that return WizCliVersionModifier and TypeMethodDescriptionParsedWizCliUrl.getVersion()Gets the CLI version detected from the URL.WizCliSetup.getVersion()Gets the CLI version.static WizCliVersionReturns the enum constant of this type with the specified name.static WizCliVersion[]WizCliVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.wiz with parameters of type WizCliVersionModifier and TypeMethodDescriptionstatic voidWizInputValidator.validateCommand(String userInput, WizCliVersion version) Validates the command structure and arguments.Constructors in io.jenkins.plugins.wiz with parameters of type WizCliVersionModifierConstructorDescriptionParsedWizCliUrl(String url, WizCliVersion version) Creates a new ParsedWizCliUrl instance.WizCliSetup(boolean isWindows, WizCliVersion version) Creates a new WizCliSetup instance.