AlertManagementAlert
object AlertManagementAlert
class Object
trait Matchable
class Any
Value members
Concrete methods
def assignees[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[UserCoreConnection, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
Assignees of the alert.
Assignees of the alert.
def discussions[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[AlertManagementAlert, A]
All discussions on this noteable.
All discussions on this noteable.
def environment[A](innerSelection: SelectionBuilder[Environment, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
Environment for the alert.
Environment for the alert.
def issue[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
Issue attached to the alert.
Issue attached to the alert.
def notes[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[AlertManagementAlert, A]
All notes on this noteable.
All notes on this noteable.
def prometheusAlert[A](innerSelection: SelectionBuilder[PrometheusAlert, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
The alert condition for Prometheus.
The alert condition for Prometheus.
Runbook for the alert as defined in alert details.
Runbook for the alert as defined in alert details.
def todos[A](action: Option[List[TodoActionEnum]], authorId: Option[List[String]], projectId: Option[List[String]], groupId: Option[List[String]], state: Option[List[TodoStateEnum]], `type`: Option[List[TodoTargetEnum]], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[TodoConnection, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
To-do items of the current user for the alert.
To-do items of the current user for the alert.