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 createdAt: SelectionBuilder[AlertManagementAlert, Option[Time]]

Timestamp the alert was created.

Timestamp the alert was created.

def description: SelectionBuilder[AlertManagementAlert, Option[String]]

Description of the alert.

Description of the alert.

def details: SelectionBuilder[AlertManagementAlert, Option[JSON]]

Alert details.

Alert details.

def detailsUrl: SelectionBuilder[AlertManagementAlert, String]

The URL of the alert detail page.

The URL of the alert detail page.

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 endedAt: SelectionBuilder[AlertManagementAlert, Option[Time]]

Timestamp the alert ended.

Timestamp the alert ended.

def environment[A](innerSelection: SelectionBuilder[Environment, A]): SelectionBuilder[AlertManagementAlert, Option[A]]

Environment for the alert.

Environment for the alert.

def eventCount: SelectionBuilder[AlertManagementAlert, Option[Int]]

Number of events of this alert.

Number of events of this alert.

def hosts: SelectionBuilder[AlertManagementAlert, Option[List[String]]]

List of hosts the alert came from.

List of hosts the alert came from.

def iid: SelectionBuilder[AlertManagementAlert, String]

Internal ID of the alert.

Internal ID of the alert.

def issue[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[AlertManagementAlert, Option[A]]

Issue attached to the alert.

Issue attached to the alert.

def metricsDashboardUrl: SelectionBuilder[AlertManagementAlert, Option[String]]

URL for metrics embed for the alert.

URL for metrics embed for the alert.

def monitoringTool: SelectionBuilder[AlertManagementAlert, Option[String]]

Monitoring tool the alert came from.

Monitoring tool the alert came from.

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.

def runbook: SelectionBuilder[AlertManagementAlert, Option[String]]

Runbook for the alert as defined in alert details.

Runbook for the alert as defined in alert details.

def service: SelectionBuilder[AlertManagementAlert, Option[String]]

Service the alert came from.

Service the alert came from.

def severity: SelectionBuilder[AlertManagementAlert, Option[AlertManagementSeverity]]

Severity of the alert.

Severity of the alert.

def startedAt: SelectionBuilder[AlertManagementAlert, Option[Time]]

Timestamp the alert was raised.

Timestamp the alert was raised.

def status: SelectionBuilder[AlertManagementAlert, Option[AlertManagementStatus]]

Status of the alert.

Status of the alert.

def title: SelectionBuilder[AlertManagementAlert, Option[String]]

Title of the alert.

Title of the alert.

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.

def updatedAt: SelectionBuilder[AlertManagementAlert, Option[Time]]

Timestamp the alert was last updated.

Timestamp the alert was last updated.

Deprecated methods

@deprecated("Use issue field. Deprecated in 13.10.", "")
def issueIid: SelectionBuilder[AlertManagementAlert, Option[String]]

Internal ID of the GitLab issue attached to the alert. Deprecated in 13.10: Use issue field.

Internal ID of the GitLab issue attached to the alert. Deprecated in 13.10: Use issue field.

Deprecated