Packages

object DeploymentStatus extends Serializable

Source
DeploymentStatus.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeploymentStatus
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val all: Set[DeploymentStatus]
  2. implicit val deploymentStatusDecoder: DecodeJson[DeploymentStatus]
  3. def fromString(str: String): DeploymentStatus
  4. val nel: NonEmptyList[DeploymentStatus]
  5. val routable: NonEmptyList[DeploymentStatus]
  6. object Deploying extends DeploymentStatus with Product with Serializable
  7. object Deprecated extends DeploymentStatus with Product with Serializable
  8. object Failed extends DeploymentStatus with Product with Serializable
  9. object Garbage extends DeploymentStatus with Product with Serializable
  10. object Pending extends DeploymentStatus with Product with Serializable
  11. object Ready extends DeploymentStatus with Product with Serializable
  12. object Terminated extends DeploymentStatus with Product with Serializable
  13. object Unknown extends DeploymentStatus with Product with Serializable
  14. object Warming extends DeploymentStatus with Product with Serializable