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 WizCliSetupWizCliDownloader.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 voidWizCliAuthenticator.authenticate(Launcher launcher, FilePath workspace, EnvVars env, String wizClientId, Secret wizSecretKey, TaskListener listener, WizCliSetup cliSetup) Authenticates with the Wiz API using provided credentials.static intWizCliAuthenticator.logout(Launcher launcher, FilePath workspace, EnvVars env, TaskListener listener, WizCliSetup cliSetup) Logs out from the Wiz CLI.