Enum Check.Conclusion

java.lang.Object
java.lang.Enum<Check.Conclusion>
com.jcabi.github.Check.Conclusion
All Implemented Interfaces:
Serializable, Comparable<Check.Conclusion>, Constable
Enclosing interface:
Check

public static enum Check.Conclusion extends Enum<Check.Conclusion>
Check conclusion. You can read more about it
Suppressed Checkstyle violations:
LineLengthCheck (1 lines) here
  • Enum Constant Details

  • Method Details

    • values

      public static Check.Conclusion[] 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 Check.Conclusion 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
    • fromString

      public static Check.Conclusion fromString(String value)
      Get conclusion from string.
      Parameters:
      value - String value.
      Returns:
      Conclusion.
    • value

      public String value()
      Conclusion.
      Returns:
      Conclusion.