c

nelson.yaml

PrometheusAlertYaml

class PrometheusAlertYaml extends AnyRef

Source
ManifestV1Parser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrometheusAlertYaml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrometheusAlertYaml()

Value Members

  1. var alert: String
  2. var expression: String
  3. def getAlert(): String
  4. def getExpression(): String
  5. def setAlert(arg0: String): Unit
  6. def setExpression(arg0: String): Unit