ZincOp

mill.javalib.api.internal.ZincOp
See theZincOp companion trait
object ZincOp

Attributes

Companion
trait
Source
ZincOp.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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.

Compiles Java-only sources.

Attributes

Source
ZincOp.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait ZincOp
trait Message
class Object
trait Matchable
class Any
Show all
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.

Compiles Java and Scala sources.

Attributes

Source
ZincOp.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait ZincOp
trait Message
class Object
trait Matchable
class Any
Show all
case class DiscoverJunit5Tests(runCp: Seq[Path], testCp: Seq[Path], classesDir: Option[Path]) extends ZincOp

Attributes

Source
ZincOp.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait ZincOp
trait Message
class Object
trait Matchable
class Any
Show all
case class DiscoverTests(runCp: Seq[Path], testCp: Seq[Path], framework: String) extends ZincOp

Attributes

Source
ZincOp.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait ZincOp
trait Message
class Object
trait Matchable
class Any
Show all
case class GetTestTasks(runCp: Seq[Path], testCp: Seq[Path], framework: String, selectors: Seq[String], args: Seq[String]) extends ZincOp

Attributes

Source
ZincOp.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait ZincOp
trait Message
class Object
trait Matchable
class Any
Show all
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.

Creates a Scaladoc jar.

Attributes

Source
ZincOp.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait ZincOp
trait Message
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Givens

given derived$ReadWriter: ReadWriter[ZincOp]

Attributes

Source
ZincOp.scala