Class Category

java.lang.Object
io.qameta.allure.category.Category
All Implemented Interfaces:
Serializable

public class Category extends Object implements Serializable
See Also:
  • Field Details

    • name

      protected String name
    • description

      protected String description
    • descriptionHtml

      protected String descriptionHtml
    • messageRegex

      protected String messageRegex
    • traceRegex

      protected String traceRegex
    • matchedStatuses

      protected List<io.qameta.allure.entity.Status> matchedStatuses
    • flaky

      protected boolean flaky
  • Constructor Details

    • Category

      public Category()