OpStatus

izumi.distage.model.provisioning.OpStatus$
See theOpStatus companion trait
object OpStatus

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

sealed trait Done extends OpStatus

Attributes

Graph
Supertypes
trait OpStatus
class Object
trait Matchable
class Any
Known subtypes
class Failure
class Success
final case class Failure(issues: List[ProvisionerIssue], time: FiniteDuration) extends Done

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Done
trait OpStatus
class Object
trait Matchable
class Any
final case class Planned() extends OpStatus

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OpStatus
class Object
trait Matchable
class Any
final case class Success(time: FiniteDuration) extends Done

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Done
trait OpStatus
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror