object AlertManagementAlert
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AlertManagementAlert
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assignees[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
Assignees of the alert
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createdAt: SelectionBuilder[AlertManagementAlert, Option[Time]]
Timestamp the alert was created
-
def
description: SelectionBuilder[AlertManagementAlert, Option[String]]
Description of the alert
-
def
details: SelectionBuilder[AlertManagementAlert, Option[JSON]]
Alert details
-
def
detailsUrl: SelectionBuilder[AlertManagementAlert, String]
The URL of the alert detail page
-
def
discussions[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[AlertManagementAlert, A]
All discussions on this noteable
-
def
endedAt: SelectionBuilder[AlertManagementAlert, Option[Time]]
Timestamp the alert ended
-
def
environment[A](innerSelection: SelectionBuilder[Environment, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
Environment for the alert
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
eventCount: SelectionBuilder[AlertManagementAlert, Option[Int]]
Number of events of this alert
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hosts: SelectionBuilder[AlertManagementAlert, Option[List[String]]]
List of hosts the alert came from
-
def
iid: SelectionBuilder[AlertManagementAlert, String]
Internal ID of the alert
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
issueIid: SelectionBuilder[AlertManagementAlert, Option[String]]
Internal ID of the GitLab issue attached to the alert
-
def
metricsDashboardUrl: SelectionBuilder[AlertManagementAlert, Option[String]]
URL for metrics embed for the alert
-
def
monitoringTool: SelectionBuilder[AlertManagementAlert, Option[String]]
Monitoring tool the alert came from
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
notes[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[AlertManagementAlert, A]
All notes on this noteable
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
prometheusAlert[A](innerSelection: SelectionBuilder[PrometheusAlert, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
The alert condition for Prometheus
-
def
runbook: SelectionBuilder[AlertManagementAlert, Option[String]]
Runbook for the alert as defined in alert details
-
def
service: SelectionBuilder[AlertManagementAlert, Option[String]]
Service the alert came from
-
def
severity: SelectionBuilder[AlertManagementAlert, Option[AlertManagementSeverity]]
Severity of the alert
-
def
startedAt: SelectionBuilder[AlertManagementAlert, Option[Time]]
Timestamp the alert was raised
-
def
status: SelectionBuilder[AlertManagementAlert, Option[AlertManagementStatus]]
Status of the alert
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
title: SelectionBuilder[AlertManagementAlert, Option[String]]
Title of the alert
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
todos[A](action: Option[List[TodoActionEnum]] = None, authorId: Option[List[String]] = None, projectId: Option[List[String]] = None, groupId: Option[List[String]] = None, state: Option[List[TodoStateEnum]] = None, type: Option[List[TodoTargetEnum]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TodoConnection, A]): SelectionBuilder[AlertManagementAlert, Option[A]]
Todos of the current user for the alert
-
def
updatedAt: SelectionBuilder[AlertManagementAlert, Option[Time]]
Timestamp the alert was last updated
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated