mill.javalib.api.internal.ZincOp
See theZincOp companion trait
object ZincOp
Attributes
- Companion
- trait
- Source
- ZincOp.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ZincOp.type
Members list
Type members
Classlikes
case class CompileJava(upstreamCompileOutput: Seq[CompilationResult], sources: Seq[Path], compileClasspath: Seq[Path], javacOptions: Seq[String], incrementalCompilation: Boolean, workDir: Path) extends ZincOp
Compiles Java-only sources.
case class CompileMixed(upstreamCompileOutput: Seq[CompilationResult], sources: Seq[Path], compileClasspath: Seq[Path], javacOptions: Seq[String], scalaVersion: String, scalaOrganization: String, scalacOptions: Seq[String], compilerClasspath: Seq[PathRef], scalacPluginClasspath: Seq[PathRef], compilerBridgeOpt: Option[PathRef], incrementalCompilation: Boolean, auxiliaryClassFileExtensions: Seq[String], workDir: Path) extends ZincOp
Compiles Java and Scala sources.
case class DiscoverJunit5Tests(runCp: Seq[Path], testCp: Seq[Path], classesDir: Option[Path]) extends ZincOp
Attributes
- Source
- ZincOp.scala
- Supertypes
case class DiscoverTests(runCp: Seq[Path], testCp: Seq[Path], framework: String) extends ZincOp
Attributes
- Source
- ZincOp.scala
- Supertypes
case class GetTestTasks(runCp: Seq[Path], testCp: Seq[Path], framework: String, selectors: Seq[String], args: Seq[String]) extends ZincOp
Attributes
- Source
- ZincOp.scala
- Supertypes
case class ScaladocJar(scalaVersion: String, scalaOrganization: String, compilerClasspath: Seq[PathRef], scalacPluginClasspath: Seq[PathRef], compilerBridgeOpt: Option[PathRef], args: Seq[String], workDir: Path) extends ZincOp
Creates a Scaladoc jar.
Inherited and Abstract types
The names of the product elements
The name of the type
Givens
Givens
Attributes
- Source
- ZincOp.scala
In this article