Enum ShowStacktrace

java.lang.Object
java.lang.Enum<ShowStacktrace>
org.gradle.api.logging.configuration.ShowStacktrace
All Implemented Interfaces:
Serializable, Comparable<ShowStacktrace>, Constable

public enum ShowStacktrace extends Enum<ShowStacktrace>
Specifies the detail to include in stacktraces.
Since:
2.14
  • Enum Constant Details

    • INTERNAL_EXCEPTIONS

      public static final ShowStacktrace INTERNAL_EXCEPTIONS
      Since:
      2.14
    • ALWAYS

      public static final ShowStacktrace ALWAYS
      Since:
      2.14
    • ALWAYS_FULL

      public static final ShowStacktrace ALWAYS_FULL
      Since:
      2.14
  • Method Details

    • values

      public static ShowStacktrace[] 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 ShowStacktrace 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