Enum GHCheckRun.Status

java.lang.Object
java.lang.Enum<GHCheckRun.Status>
org.kohsuke.github.GHCheckRun.Status
All Implemented Interfaces:
Serializable, Comparable<GHCheckRun.Status>
Enclosing class:
GHCheckRun

public static enum GHCheckRun.Status extends Enum<GHCheckRun.Status>
The Enum Status.
  • Enum Constant Details

  • Method Details

    • values

      public static GHCheckRun.Status[] 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 GHCheckRun.Status 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
    • from

      public static GHCheckRun.Status from(String value)
      From.
      Parameters:
      value - the value
      Returns:
      the status
    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Enum<GHCheckRun.Status>
      Returns:
      the string