java.lang.Object
java.lang.Enum<Platform>
io.jenkins.plugins.secone.security.tools.Platform
All Implemented Interfaces:
Serializable, Comparable<Platform>

public enum Platform extends Enum<Platform>
  • Enum Constant Details

    • LINUX_AMD64

      public static final Platform LINUX_AMD64
    • LINUX_ARM64

      public static final Platform LINUX_ARM64
    • MAC_AMD64

      public static final Platform MAC_AMD64
    • MAC_ARM64

      public static final Platform MAC_ARM64
    • WINDOWS_AMD64

      public static final Platform WINDOWS_AMD64
  • Method Details

    • values

      public static Platform[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Platform valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getDownloadFileName

      public String getDownloadFileName()
    • getInstalledFileName

      public String getInstalledFileName()
    • current

      public static Platform current() throws IOException
      Throws:
      IOException