package targets
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
-
object
EmptyNotificationMessage extends NotificationMessage
Empty notification message.
Empty notification message. For cases when check alert is configured but all watched checks have passed.
- object TargetProcessors
- object TargetTypes