Class WizCliSetup

java.lang.Object
io.jenkins.plugins.wiz.WizCliSetup

public class WizCliSetup extends Object
Configuration class for Wiz CLI setup.
  • Field Details

  • Constructor Details

    • WizCliSetup

      public WizCliSetup(boolean isWindows)
      Creates a new WizCliSetup instance.
      Parameters:
      isWindows - Whether running on Windows
  • Method Details

    • getExecutableName

      public String getExecutableName()
      Gets the CLI executable name based on OS.
      Returns:
      The appropriate CLI executable name
    • getCliCommand

      public String getCliCommand()
      Gets the CLI path with proper prefix based on operating system.
      Returns:
      The CLI command appropriate for the current OS