Skip to content

ContactPointBuilder🔗

Constructor🔗

new ContactPointBuilder()

Methods🔗

build🔗

Builds the object.

build()

disableResolveMessage🔗

disableResolveMessage(disableResolveMessage: boolean)

name🔗

Name is used as grouping key in the UI. Contact points with the

same name will be grouped in the UI.

name(name: string)

provenance🔗

provenance(provenance: string)

settings🔗

settings(settings: alerting.Json)

type🔗

type(type: "alertmanager" | "dingding" | "discord" | "email" | "googlechat" | "kafka" | "line" | "opsgenie" | "pagerduty" | "pushover" | "sensugo" | "slack" | "teams" | "telegram" | "threema" | "victorops" | "webhook" | "wecom")

uid🔗

UID is the unique identifier of the contact point. The UID can be

set by the user.

uid(uid: string)

See also🔗