case class Console(projects: List[String] = Nil, incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, excludeRoot: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CompilingCommand with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Console
- Serializable
- Serializable
- Product
- Equals
- CompilingCommand
- RawCommand
- Command
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Console(projects: List[String] = Nil, incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, excludeRoot: Boolean = false, cliOptions: CliOptions = CliOptions.default)
Value Members
- val cliOptions: CliOptions
- val excludeRoot: Boolean
-
val
incremental: Boolean
- Definition Classes
- Console → CompilingCommand
-
val
pipeline: Boolean
- Definition Classes
- Console → CompilingCommand
-
val
projects: List[String]
- Definition Classes
- Console → CompilingCommand
-
val
reporter: ReporterKind
- Definition Classes
- Console → CompilingCommand