case class EnvironmentsEnabled(development: Boolean = false, externaltest: Boolean = false, integration: Boolean = false, management: Boolean = false, production: Boolean = false, qa: Boolean = false, staging: Boolean = false) extends Product with Serializable
Define which environments this alert should be active in
- development
Set to true if alert should be active in the Development environment.
- externaltest
Set to true if alert should be active in the External Test environment.
- integration
Set to true if alert should be active in the Integration environment.
- management
Set to true if alert should be active in the Management environment.
- production
Set to true if alert should be active in the Production environment.
- qa
Set to true if alert should be active in the QA environment.
- staging
Set to true if alert should be active in the Staging environment.
- Alphabetic
- By Inheritance
- EnvironmentsEnabled
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EnvironmentsEnabled(development: Boolean = false, externaltest: Boolean = false, integration: Boolean = false, management: Boolean = false, production: Boolean = false, qa: Boolean = false, staging: Boolean = false)
- development
Set to true if alert should be active in the Development environment.
- externaltest
Set to true if alert should be active in the External Test environment.
- integration
Set to true if alert should be active in the Integration environment.
- management
Set to true if alert should be active in the Management environment.
- production
Set to true if alert should be active in the Production environment.
- qa
Set to true if alert should be active in the QA environment.
- staging
Set to true if alert should be active in the Staging environment.
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val development: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val externaltest: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val integration: Boolean
- def isEnvironmentDefined(environment: Environment): Boolean
Checks if the alert is enabled for the given environment
Checks if the alert is enabled for the given environment
- environment
The environment to check.
- returns
True if the alert should be active in the given environment otherwise false.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val management: Boolean
- 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
- val production: Boolean
- val qa: Boolean
- val staging: Boolean
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)