Packages

p

org.checkita.dqf

targets

package targets

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class NotificationMessage(body: String, subject: String, recipients: Seq[String], attachments: Seq[BinaryAttachment]) extends Product with Serializable

    Target notification message to send via one of the supported changes such as email or mattermost.

    Target notification message to send via one of the supported changes such as email or mattermost.

    body

    Body of the message

    subject

    Message subject name (if applicable)

    recipients

    Sequence of message recipients

    attachments

    Sequence of binary attachments

Value Members

  1. object EmptyNotificationMessage extends NotificationMessage

    Empty notification message.

    Empty notification message. For cases when check alert is configured but all watched checks have passed.

  2. object TargetProcessors
  3. object TargetTypes

Ungrouped