Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReportOptions

Configures a reporter consisting in a name to, an address at and an optional format.

Hierarchy

  • ReportOptions

Index

Constructors

constructor

  • Returns ReportOptions

  • Parameters

    Returns ReportOptions

Methods

getFormat

  • getFormat(): string
  • Set the current reporter format.

    Returns string

getTo

  • getTo(): string
  • Set the current reporter name.

    Returns string

setFormat

  • Set the current reporter format.

    Parameters

    • format: string

    Returns ReportOptions

setTo

  • Set the current reporter name.

    Parameters

    • to: string

    Returns ReportOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc