Enum Kind

java.lang.Object
java.lang.Enum<Kind>
io.jenkins.updatebot.kind.Kind
All Implemented Interfaces:
Serializable, Comparable<Kind>, java.lang.constant.Constable

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

    • FILE

      public static final Kind FILE
    • HELM

      public static final Kind HELM
    • MAVEN

      public static final Kind MAVEN
    • NPM

      public static final Kind NPM
    • PLUGINS

      public static final Kind PLUGINS
    • BREW

      public static final Kind BREW
    • DOCKER

      public static final Kind DOCKER
    • JENKINSX

      public static final Kind JENKINSX
    • MAKE

      public static final Kind MAKE
    • REGEX

      public static final Kind REGEX
  • Method Details

    • values

      public static Kind[] 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 Kind 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
    • fromName

      public static Kind fromName​(String name)
      Returns the kind for the given name or null if it could not be found
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Kind>
    • getName

      public String getName()
    • getUpdater

      public Updater getUpdater()