final case class DeploymentSummary(running: Option[Int], pending: Option[Int], completed: Option[Int], failed: Option[Int]) extends Product with Serializable
- Source
- DeploymentSummary.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentSummary
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All