case class EnvironmentThresholds(development: Option[Int] = None, externaltest: Option[Int] = None, integration: Option[Int] = None, management: Option[Int] = None, production: Option[Int] = None, qa: Option[Int] = None, staging: Option[Int] = None) extends Product with Serializable
Define thresholds for any environments you want this custom alert to be active in.
- development
The threshold for the development environment.
- externaltest
The threshold for the external test environment.
- integration
The threshold for the integration environment.
- management
The threshold for the management environment.
- production
The threshold for the production environment.
- qa
The threshold for the quality assurance environment.
- staging
The threshold for the staging environment.
- Alphabetic
- By Inheritance
- EnvironmentThresholds
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EnvironmentThresholds(development: Option[Int] = None, externaltest: Option[Int] = None, integration: Option[Int] = None, management: Option[Int] = None, production: Option[Int] = None, qa: Option[Int] = None, staging: Option[Int] = None)
- development
The threshold for the development environment.
- externaltest
The threshold for the external test environment.
- integration
The threshold for the integration environment.
- management
The threshold for the management environment.
- production
The threshold for the production environment.
- qa
The threshold for the quality assurance environment.
- staging
The threshold for 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: Option[Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val externaltest: Option[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val integration: Option[Int]
- def isEnvironmentDefined(environment: Environment): Boolean
Checks if the given environment has a threshold defined.
Checks if the given environment has a threshold defined.
- environment
The environment to check.
- returns
True if the threshold for the given environment is defined, otherwise false.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val management: Option[Int]
- 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: Option[Int]
- val qa: Option[Int]
- def removeAllOtherEnvironmentThresholds(environment: Environment): EnvironmentThresholds
Removes the thresholds for all environments other than the one requested.
Removes the thresholds for all environments other than the one requested.
- environment
The environment to keep the threshold for.
- returns
EnvironmentThresholds with thresholds for only the specified environment.
- val staging: Option[Int]
- 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)