final case class DeploymentCtx(deployment: Deployment, status: DeploymentStatus, exp: Option[Instant]) extends Product with Serializable
- Source
- CleanupCron.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentCtx
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeploymentCtx(deployment: Deployment, status: DeploymentStatus, exp: Option[Instant])
Value Members
- val deployment: Deployment
- val exp: Option[Instant]
- val status: DeploymentStatus