Model for Tag

Hierarchy

  • UniqueObject
    • Tag

Constructors

  • Parameters

    • name: string
    • Optional value: string

    Returns Tag

Properties

_id: string
comment: Comment

The comment of the tag

name: string

The name of the tag, e.g. "suite" from "@suite(smoke)"

value: string

The value of the tag, e.g. "smoke" from "@suite(smoke)"

Methods

  • Parameters

    • key: string | RegExp
    • value: string

    Returns void

Generated using TypeDoc