Packages

o

io.pg.gitlab.graphql

AlertManagementAlert

object AlertManagementAlert

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlertManagementAlert
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createdAt: SelectionBuilder[AlertManagementAlert, Option[Time]]

    Timestamp the alert was created

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

    Description of the alert

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

    Alert details

  10. def detailsUrl: SelectionBuilder[AlertManagementAlert, String]

    The URL of the alert detail page

  11. 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

  12. def endedAt: SelectionBuilder[AlertManagementAlert, Option[Time]]

    Timestamp the alert ended

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

    Environment for the alert

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def eventCount: SelectionBuilder[AlertManagementAlert, Option[Int]]

    Number of events of this alert

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hosts: SelectionBuilder[AlertManagementAlert, Option[List[String]]]

    List of hosts the alert came from

  20. def iid: SelectionBuilder[AlertManagementAlert, String]

    Internal ID of the alert

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def issueIid: SelectionBuilder[AlertManagementAlert, Option[String]]

    Internal ID of the GitLab issue attached to the alert

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

    URL for metrics embed for the alert

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

    Monitoring tool the alert came from

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. 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

  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def prometheusAlert[A](innerSelection: SelectionBuilder[PrometheusAlert, A]): SelectionBuilder[AlertManagementAlert, Option[A]]

    The alert condition for Prometheus

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

    Runbook for the alert as defined in alert details

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

    Service the alert came from

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

    Severity of the alert

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

    Timestamp the alert was raised

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

    Status of the alert

  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def title: SelectionBuilder[AlertManagementAlert, Option[String]]

    Title of the alert

  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. 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

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

    Timestamp the alert was last updated

  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped