object Result
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Result
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Blocked(on: List[String]) extends Result with Product with Serializable
- final case class Cancelled(elapsed: Long) extends Result with Product with Serializable
- final case class Failed(problems: Array[Problem], elapsed: Long) extends Result with Product with Serializable
- final case class Success(reporter: Reporter, previous: PreviousResult, elapsed: Long) extends Result with Product with Serializable
Value Members
- object Empty extends Result with Product with Serializable