Uses of Class
io.jenkins.plugins.wiz.WizCliSetup
-
Uses of WizCliSetup in io.jenkins.plugins.wiz
Methods in io.jenkins.plugins.wiz that return WizCliSetupModifier and TypeMethodDescriptionstatic WizCliSetup
WizCliDownloader.setupWizCli
(FilePath workspace, String wizCliURL, TaskListener listener) Sets up the Wiz CLI by downloading and verifying the binary.Methods in io.jenkins.plugins.wiz with parameters of type WizCliSetupModifier and TypeMethodDescriptionstatic void
WizCliAuthenticator.authenticate
(Launcher launcher, FilePath workspace, EnvVars env, String wizClientId, Secret wizSecretKey, TaskListener listener, WizCliSetup cliSetup) Authenticates with the Wiz API using provided credentials.static int
WizCliAuthenticator.logout
(Launcher launcher, FilePath workspace, EnvVars env, TaskListener listener, WizCliSetup cliSetup) Logs out from the Wiz CLI.