final case class Deployment(id: Long, ref: Reference, environment: String, deployables: List[Deployable], url: String) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Deployment
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Deployment(id: Long, ref: Reference, environment: String, deployables: List[Deployable], url: String)
Value Members
- val deployables: List[Deployable]
- val environment: String
- def findDeployable(withName: String): IO[Deployable]
- val id: Long
- val ref: Reference
- val url: String