case class EnvironmentAlertBuilder(integrationName: String, command: Option[JsValue] = None, enabledEnvironments: Map[Environment, Set[Severity]] = Map((Environment.Production, Set(Severity.Ok, Severity.Warning, Severity.Critical))), customEnvironmentNames: Map[Environment, String] = Map((Environment.Production, "aws_production")), integrationFilters: Map[Environment, JsValue] = Map((Environment.Production, JsString("occurrences")))) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnvironmentAlertBuilder
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EnvironmentAlertBuilder(integrationName: String, command: Option[JsValue] = None, enabledEnvironments: Map[Environment, Set[Severity]] = Map((Environment.Production, Set(Severity.Ok, Severity.Warning, Severity.Critical))), customEnvironmentNames: Map[Environment, String] = Map((Environment.Production, "aws_production")), integrationFilters: Map[Environment, JsValue] = Map((Environment.Production, JsString("occurrences"))))
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
- def alertConfigFor(environment: Environment): (String, JsObject)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val command: Option[JsValue]
- val customEnvironmentNames: Map[Environment, String]
- def disableProduction(): EnvironmentAlertBuilder
- val enabledEnvironments: Map[Environment, Set[Severity]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def inDevelopment(severities: Set[Severity] = defaultSeverities, customEnv: String = Environment.Development.toString, customFilter: JsValue = defaultFilter): EnvironmentAlertBuilder
- def inExternalTest(severities: Set[Severity] = defaultSeverities, customEnv: String = Environment.ExternalTest.toString, customFilter: JsValue = defaultFilter): EnvironmentAlertBuilder
- def inIntegration(severities: Set[Severity] = defaultSeverities, customEnv: String = Environment.Integration.toString, customFilter: JsValue = defaultFilter): EnvironmentAlertBuilder
- def inManagement(severities: Set[Severity] = defaultSeverities, customEnv: String = Environment.Management.toString, customFilter: JsValue = defaultMgmtFilter): EnvironmentAlertBuilder
- def inProduction(severities: Set[Severity] = defaultSeverities, customEnv: String = Environment.Production.toString, customFilter: JsValue = defaultFilter): EnvironmentAlertBuilder
- def inQa(severities: Set[Severity] = defaultSeverities, customEnv: String = Environment.Qa.toString, customFilter: JsValue = defaultFilter): EnvironmentAlertBuilder
- def inStaging(severities: Set[Severity] = defaultSeverities, customEnv: String = Environment.Staging.toString, customFilter: JsValue = defaultFilter): EnvironmentAlertBuilder
- val integrationFilters: Map[Environment, JsValue]
- val integrationName: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withCommand(customCommand: String): EnvironmentAlertBuilder
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)