Packages

package deployment

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DeploymentData(deploymentId: DeploymentId, user: User, additionalDeploymentData: Map[String, String]) extends Product with Serializable
  2. final case class DeploymentId(value: String) extends AnyVal with Product with Serializable
  3. final case class ExternalDeploymentId(value: String) extends AnyVal with Product with Serializable
  4. case class User(id: String, name: String) extends Product with Serializable

Value Members

  1. object DeploymentData extends Serializable
  2. object DeploymentId extends Serializable
  3. object ExternalDeploymentId extends Serializable
  4. object User extends Serializable

Ungrouped