Packages

c

nelson

ReleasedDeployment

final case class ReleasedDeployment(id: Long, unit: DCUnit, namespace: String, hash: String, timestamp: Instant, state: DeploymentStatus, guid: GUID) extends Product with Serializable

Source
Released.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReleasedDeployment
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReleasedDeployment(id: Long, unit: DCUnit, namespace: String, hash: String, timestamp: Instant, state: DeploymentStatus, guid: GUID)

Value Members

  1. val guid: GUID
  2. val hash: String
  3. val id: Long
  4. val namespace: String
  5. val state: DeploymentStatus
  6. val timestamp: Instant
  7. val unit: DCUnit