final case class StatusUpdate(stack: StackName, status: DeploymentStatus, msg: Option[String]) extends Product with Serializable
- Source
- Datacenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatusUpdate
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StatusUpdate(stack: StackName, status: DeploymentStatus, msg: Option[String])