Packages

object Dtos

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dtos
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait BadRequestRunDeploymentError extends RunDeploymentError
  2. final case class CommentValidationError(message: String) extends BadRequestRunDeploymentError with Product with Serializable
  3. final case class ConcurrentDeploymentsForScenarioArePerformedError(scenarioName: ProcessName, concurrentDeploymentsIds: NonEmptyList[DeploymentId]) extends ConflictRunDeploymentError with Product with Serializable
  4. sealed trait ConflictRunDeploymentError extends RunDeploymentError
  5. final case class ConflictingDeploymentIdError(id: DeploymentId) extends ConflictRunDeploymentError with Product with Serializable
  6. final case class DeployValidationError(message: String) extends BadRequestRunDeploymentError with Product with Serializable
  7. final case class DeploymentNotFoundError(id: DeploymentId) extends GetDeploymentStatusError with Product with Serializable
  8. sealed trait GetDeploymentStatusError extends AnyRef
  9. final case class GetDeploymentStatusResponse(name: DeploymentStatusName, problemDescription: Option[String], modifiedAt: Instant) extends Product with Serializable
  10. sealed trait RunDeploymentError extends AnyRef
  11. final case class RunDeploymentRequest(scenarioName: ProcessName, nodesDeploymentData: NodesDeploymentData, comment: Option[String]) extends Product with Serializable
  12. final case class ScenarioGraphValidationError(errors: ValidationErrors) extends BadRequestRunDeploymentError with Product with Serializable
  13. final case class ScenarioNotFoundError(scenarioName: ProcessName) extends BadRequestRunDeploymentError with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val badRequestRunDeploymentErrorCodec: Codec[String, BadRequestRunDeploymentError, TextPlain]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. implicit val commentSchema: Schema[Comment]
  8. implicit val conflictingDeploymentIdErrorCodec: Codec[String, ConflictRunDeploymentError, TextPlain]
  9. implicit val deploymentIdCodec: PlainCodec[DeploymentId]
  10. implicit val deploymentNotFoundErrorCodec: Codec[String, DeploymentNotFoundError, TextPlain]
  11. implicit val deploymentStatusNameCodec: Schema[DeploymentStatusName]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. implicit val nodeDeploymentDataCodec: Schema[NodeDeploymentData]
  19. implicit val nodesDeploymentDataCodec: Schema[NodesDeploymentData]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. implicit val scenarioNameSchema: Schema[ProcessName]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. case object DeploymentOfArchivedScenarioError extends BadRequestRunDeploymentError with Product with Serializable
  29. case object DeploymentOfFragmentError extends BadRequestRunDeploymentError with Product with Serializable
  30. object GetDeploymentStatusResponse extends Serializable
  31. case object NoPermissionError extends RunDeploymentError with GetDeploymentStatusError with CustomAuthorizationError with Product with Serializable
  32. object RunDeploymentRequest extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped