Enum Class LabelName

java.lang.Object
java.lang.Enum<LabelName>
io.qameta.allure.entity.LabelName
All Implemented Interfaces:
Serializable, Comparable<LabelName>, Constable

public enum LabelName extends Enum<LabelName> implements Serializable
  • Enum Constant Details

    • OWNER

      public static final LabelName OWNER
    • SEVERITY

      public static final LabelName SEVERITY
    • ISSUE

      public static final LabelName ISSUE
    • TAG

      public static final LabelName TAG
    • TEST_TYPE

      public static final LabelName TEST_TYPE
    • PARENT_SUITE

      public static final LabelName PARENT_SUITE
    • SUITE

      public static final LabelName SUITE
    • SUB_SUITE

      public static final LabelName SUB_SUITE
    • PACKAGE

      public static final LabelName PACKAGE
    • EPIC

      public static final LabelName EPIC
    • FEATURE

      public static final LabelName FEATURE
    • STORY

      public static final LabelName STORY
    • TEST_CLASS

      public static final LabelName TEST_CLASS
    • TEST_METHOD

      public static final LabelName TEST_METHOD
    • HOST

      public static final LabelName HOST
    • THREAD

      public static final LabelName THREAD
    • LANGUAGE

      public static final LabelName LANGUAGE
    • FRAMEWORK

      public static final LabelName FRAMEWORK
    • RESULT_FORMAT

      public static final LabelName RESULT_FORMAT
  • Method Details

    • values

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

      public static LabelName valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • label

      public Label label(String value)