Package io.jenkins.plugins.wiz
Class WizCliSetup
java.lang.Object
io.jenkins.plugins.wiz.WizCliSetup
Configuration class for Wiz CLI setup.
-
Field Details
-
WIZCLI_WINDOWS_PATH
- See Also:
-
WIZCLI_UNIX_PATH
- See Also:
-
-
Constructor Details
-
WizCliSetup
public WizCliSetup(boolean isWindows) Creates a new WizCliSetup instance.- Parameters:
isWindows
- Whether running on Windows
-
-
Method Details
-
getExecutableName
Gets the CLI executable name based on OS.- Returns:
- The appropriate CLI executable name
-
getCliCommand
Gets the CLI path with proper prefix based on operating system.- Returns:
- The CLI command appropriate for the current OS
-