TestsNotificationRule interface

通知ルールモデルをテストします。

Extends

プロパティ

eventFilters

通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。

scope

テストの種類の範囲。

testIds

含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。

継承されたプロパティ

actionGroupIds

通知するアクション グループ。

displayName

通知ルールの名前。

プロパティの詳細

eventFilters

通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。

eventFilters: Record<string, TestsNotificationEventFilter>

プロパティ値

scope

テストの種類の範囲。

scope: "Tests"

プロパティ値

"Tests"

testIds

含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。

testIds?: string[]

プロパティ値

string[]

継承されたプロパティの詳細

actionGroupIds

通知するアクション グループ。

actionGroupIds: string[]

プロパティ値

string[]

継承元NotificationRuleParent.actionGroupIds

displayName

通知ルールの名前。

displayName: string

プロパティ値

string

NotificationRuleParent.displayNameから継承されます