Class ParsedWizCliUrl

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

public class ParsedWizCliUrl extends Object
Represents a validated and parsed Wiz CLI download URL with version information.
  • Constructor Details

    • ParsedWizCliUrl

      public ParsedWizCliUrl(String url, WizCliVersion version)
      Creates a new ParsedWizCliUrl instance.
      Parameters:
      url - the validated URL string
      version - the detected CLI version
  • Method Details

    • getVersion

      public WizCliVersion getVersion()
      Gets the CLI version detected from the URL.
      Returns:
      the CLI version
    • getUrl

      public String getUrl()
      Gets the URL as a string.
      Returns:
      the URL string
    • toString

      public String toString()
      Returns the URL string representation.
      Overrides:
      toString in class Object
      Returns:
      the URL string