Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Trigger

name

alerts.Trigger

Hierarchy

  • Trigger

Index

Methods

getCondition

  • getCondition(): string
  • Gets the condition that must be met for this trigger to fire a notification.

    The format of the condition is the same as that for record filters. For more details on the format of the condition string, please see the StreamLink Overview document.

    Returns string

    the trigger condition.

getParameters

  • getParameters(): {}
  • Gets a map containing the trigger parameters.

    Returns {}

    a map containing the trigger parameters.

    • [key: string]: string

getState

  • Gets the current state of the trigger.

    Returns TriggerState

    the triggers state.

getSubject

  • getSubject(): string
  • Gets the rttp subject associated with this trigger.

    Returns string

    the rttp subject associated with this trigger.

getTriggerId

  • getTriggerId(): string
  • Gets the unique id of the trigger.

    Returns string

    the unique id of the trigger.

Generated using TypeDoc