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