Packages

t

mill.contrib.scoverage

ScoverageModule

trait ScoverageModule extends BaseClass with ScalaModule

Adds targets to a mill.scalalib.ScalaModule to create test coverage reports.

This module allows you to generate code coverage reports for Scala projects with Scoverage via the scoverage compiler plugin.

To declare a module for which you want to generate coverage reports you can Extends the mill.contrib.scoverage.ScoverageModule trait when defining your Module. Additionally, you must define a submodule that extends the ScoverageTests trait that belongs to your instance of ScoverageModule.

// You have to replace VERSION
import $ivy.`com.lihaoyi::mill-contrib-buildinfo:VERSION`
import mill.contrib.scoverage.ScoverageModule

Object foo extends ScoverageModule  {
  def scalaVersion = "2.13.15"
  def scoverageVersion = "2.1.1"

  object test extends ScoverageTests {
    def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.19")
    def testFrameworks = Seq("org.scalatest.tools.Framework")
  }
}

In addition to the normal tasks available to your Scala module, Scoverage Modules introduce a few new tasks and changes the behavior of an existing one.

- mill foo.scoverage.compile # compiles your module with test instrumentation # (you don't have to run this manually, running the test task will force its invocation)

- mill foo.test # tests your project and collects metrics on code coverage - mill foo.scoverage.htmlReport # uses the metrics collected by a previous test run to generate a coverage report in html format - mill foo.scoverage.xmlReport # uses the metrics collected by a previous test run to generate a coverage report in xml format

The measurement data by default is available at out/foo/scoverage/dataDir.dest/, the html report is saved in out/foo/scoverage/htmlReport.dest/, and the xml report is saved in out/foo/scoverage/xmlReport.dest/.

Self Type
ScoverageModule with ScalaModule
Annotations
@Scaladoc()
Linear Supertypes
ScalaModule, ScalaModuleBase, JavaModule, SemanticDbJavaModule, OfflineSupportModule, CoursierModule, GenIdeaModule, RunModule, define.TaskModule, JavaModuleBase, BspModule, WithZincWorker, define.Module, BaseClass, Cacher, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScoverageModule
  2. ScalaModule
  3. ScalaModuleBase
  4. JavaModule
  5. SemanticDbJavaModule
  6. OfflineSupportModule
  7. CoursierModule
  8. GenIdeaModule
  9. RunModule
  10. TaskModule
  11. JavaModuleBase
  12. BspModule
  13. WithZincWorker
  14. Module
  15. BaseClass
  16. Cacher
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type JavaTests = (ScoverageModule.this)#JavaModuleTests
    Definition Classes
    JavaModule
  2. trait ScalaTests extends BaseClass with scalalib.ScalaModule.JavaTests with ScalaModule
    Definition Classes
    ScalaModule
  3. trait ScoverageData extends BaseClass with ScalaModule
  4. trait ScoverageTests extends BaseClass with (ScoverageModule.this)#ScalaTests

Deprecated Type Members

  1. trait JavaModuleTests extends BaseClass with JavaModule with TestModule
    Definition Classes
    JavaModule
    Annotations
    @deprecated
    Deprecated

    (Since version Mill 0.11.10) Use JavaTests instead

  2. type ScalaModuleTests = (ScoverageModule.this)#ScalaTests
    Definition Classes
    ScalaModule
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.0) use ScalaTests

Abstract Value Members

  1. abstract def scalaVersion: T[String]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  2. abstract def scoverageVersion: T[String]

    The Scoverage version to use.

    The Scoverage version to use.

    Annotations
    @Scaladoc()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allIvyDeps: T[Agg[Dep]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  5. def allLocalMainClasses: T[Seq[String]]
    Definition Classes
    RunModule
  6. def allScalacOptions: T[Seq[String]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  7. def allSourceFiles: T[Seq[api.PathRef]]
    Definition Classes
    ScalaModule → JavaModule → SemanticDbJavaModule
    Annotations
    @Scaladoc()
  8. def allSources: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  9. def ammoniteReplClasspath: T[Seq[api.PathRef]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  10. def ammoniteVersion: T[String]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  11. def artifactId: T[String]
    Definition Classes
    ScalaModule → JavaModule
  12. def artifactName: T[String]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  13. def artifactNameParts: T[Seq[String]]
    Definition Classes
    JavaModule
  14. def artifactScalaVersion: T[String]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  15. def artifactSuffix: T[String]
    Definition Classes
    ScalaModule → JavaModule
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def assembly: T[api.PathRef]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  18. def assemblyRules: Seq[Rule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  19. def bindDependency: define.Task[(Dep) => BoundDep]
    Definition Classes
    CoursierModule
    Annotations
    @Scaladoc()
  20. def bspBuildTarget: BspBuildTarget
    Definition Classes
    ScalaModule → JavaModule → SemanticDbJavaModule → BspModule
    Annotations
    @internal()
  21. def bspBuildTargetData: Task[Option[(String, AnyRef)]]
    Definition Classes
    ScalaModule → JavaModule → BspModule
    Annotations
    @internal()
  22. def bspCompileClassesPath: T[UnresolvedPath]
    Definition Classes
    ScalaModule → JavaModule
    Annotations
    @Scaladoc() @internal()
  23. def bspCompileClasspath: T[Agg[UnresolvedPath]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc() @internal()
  24. def bspCompiledClassesAndSemanticDbFiles: T[UnresolvedPath]
    Definition Classes
    SemanticDbJavaModule
  25. def bspDisplayName: String
    Definition Classes
    BspModule
  26. def bspDisplayName0: String
    Definition Classes
    BspModule
  27. def bspLocalClasspath: T[Agg[UnresolvedPath]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc() @internal()
  28. def bspLocalRunClasspath: T[Agg[UnresolvedPath]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  29. def bspTransitiveCompileClasspath: T[Agg[UnresolvedPath]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc() @internal()
  30. def bspTransitiveLocalClasspath: T[Agg[UnresolvedPath]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc() @internal()
  31. def cachedTarget[T](t: => T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  33. def compile: T[CompilationResult]
    Definition Classes
    ScalaModule → JavaModule → SemanticDbJavaModule
  34. def compileClasspath: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule → SemanticDbJavaModule
    Annotations
    @Scaladoc()
  35. def compileIvyDeps: T[Agg[Dep]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  36. def compileModuleDeps: Seq[JavaModule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  37. final def compileModuleDepsChecked: Seq[JavaModule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  38. def compileResources: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  39. def compiledClassesAndSemanticDbFiles: T[api.PathRef]
    Definition Classes
    SemanticDbJavaModule
  40. def console(): Command[Unit]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  41. def consoleScalacOptions: T[Seq[String]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  42. def coursierCacheCustomizer: define.Task[Option[(FileCache[coursier.util.Task]) => FileCache[coursier.util.Task]]]
    Definition Classes
    CoursierModule
    Annotations
    @Scaladoc()
  43. def crossFullScalaVersion: T[Boolean]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  44. def defaultCommandName(): String
    Definition Classes
    JavaModule → TaskModule
  45. def defaultResolver: define.Task[Resolver]
    Definition Classes
    CoursierModule
  46. def docJar: T[api.PathRef]
    Definition Classes
    ScalaModule → JavaModule
  47. def docJarUseArgsFile: T[Boolean]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  48. def docResources: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  49. def docSources: T[Seq[api.PathRef]]
    Definition Classes
    ScalaModule → JavaModule
  50. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  52. def finalMainClass: T[String]
    Definition Classes
    JavaModule → RunModule
  53. def finalMainClassOpt: T[Either[String, String]]
    Definition Classes
    JavaModule → RunModule
  54. def forkArgs: T[Seq[String]]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  55. def forkEnv: T[Map[String, String]]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  56. def forkWorkingDir: T[Path]
    Definition Classes
    JavaModule → RunModule
  57. def generatedSources: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  58. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  59. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  60. def ideaCompileOutput: T[PathRef]
    Definition Classes
    GenIdeaModule
  61. def ideaConfigFiles(ideaConfigVersion: Int): define.Task[Seq[IdeaConfigFile]]
    Definition Classes
    GenIdeaModule
    Annotations
    @Scaladoc()
  62. def ideaJavaModuleFacets(ideaConfigVersion: Int): define.Task[Seq[JavaFacet]]
    Definition Classes
    GenIdeaModule
    Annotations
    @Scaladoc()
  63. def intellijModulePath: Path
    Definition Classes
    GenIdeaModule
  64. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  65. def ivyDeps: T[Agg[Dep]]
    Definition Classes
    JavaModule → JavaModuleBase
    Annotations
    @Scaladoc()
  66. def ivyDepsTree(args: IvyDepsTreeArgs): define.Command[Unit]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  67. def jar: T[api.PathRef]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  68. def javacOptions: T[Seq[String]]
    Definition Classes
    JavaModule → SemanticDbJavaModule
    Annotations
    @Scaladoc()
  69. def javadocOptions: T[Seq[String]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  70. def launcher: define.Target[api.PathRef]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  71. def localClasspath: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  72. def localCompileClasspath: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  73. def localRunClasspath: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  74. def mainClass: T[Option[String]]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  75. def mandatoryIvyDeps: T[api.Loose.Agg[Dep]]
    Definition Classes
    ScalaModule → JavaModule
    Annotations
    @Scaladoc()
  76. def mandatoryJavacOptions: T[Seq[String]]
    Definition Classes
    JavaModule → SemanticDbJavaModule
    Annotations
    @Scaladoc()
  77. def mandatoryScalacOptions: T[Seq[String]]
    Attributes
    protected
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  78. def manifest: T[JarManifest]
    Definition Classes
    ScalaModule → JavaModule
  79. def mapDependencies: Task[(Dependency) => Dependency]
    Definition Classes
    ScalaModule → CoursierModule
  80. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  81. def millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  82. implicit def millModuleExternal: External
    Definition Classes
    Module
  83. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  84. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  85. def millOuterCtx: Ctx
    Definition Classes
    BaseClass
  86. def millSourcePath: Path
    Definition Classes
    Module
  87. def moduleDeps: Seq[JavaModule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  88. final def moduleDepsChecked: Seq[JavaModule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  89. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  90. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  91. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  92. def platformSuffix: T[String]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  93. def prepareOffline(all: Flag): Command[Unit]
    Definition Classes
    ScalaModule → JavaModule → OfflineSupportModule
    Annotations
    @Scaladoc()
  94. def prependShellScript: T[String]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  95. def printDepsTree(inverse: Boolean, additionalDeps: define.Task[Agg[BoundDep]], whatDependsOn: List[JavaOrScalaModule]): define.Task[Unit]
    Attributes
    protected
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  96. def recursiveModuleDeps: Seq[JavaModule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  97. def repl(replOptions: String*): Command[Unit]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  98. def repositoriesTask: define.Task[Seq[Repository]]
    Definition Classes
    CoursierModule
    Annotations
    @Scaladoc()
  99. def resolutionCustomizer: define.Task[Option[(Resolution) => Resolution]]
    Definition Classes
    CoursierModule
    Annotations
    @Scaladoc()
  100. def resolveCoursierDependency: Task[(Dep) => Dependency]
    Definition Classes
    ScalaModule → CoursierModule
  101. def resolveDeps(deps: define.Task[Agg[BoundDep]], sources: Boolean): define.Task[Agg[api.PathRef]]
    Definition Classes
    CoursierModule
    Annotations
    @Scaladoc()
  102. def resolvePublishDependency: Task[(Dep) => Dependency]
    Definition Classes
    ScalaModule → JavaModule
  103. def resolvedAmmoniteReplIvyDeps: define.Target[Agg[api.PathRef]]
    Definition Classes
    ScalaModule
  104. def resolvedIvyDeps: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  105. def resolvedRunIvyDeps: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule
  106. def resolvedSemanticDbJavaPluginIvyDeps: T[Agg[api.PathRef]]
    Attributes
    protected
    Definition Classes
    SemanticDbJavaModule
  107. def resources: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule → JavaModuleBase
    Annotations
    @Scaladoc()
  108. def run(args: define.Task[Args]): define.Command[Unit]
    Definition Classes
    JavaModule → RunModule
  109. def runBackground(args: String*): define.Command[Unit]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  110. def runBackgroundLogToConsole: Boolean
    Definition Classes
    JavaModule → RunModule
  111. def runBackgroundTask(mainClass: define.Task[String], args: define.Task[Args]): define.Task[Unit]
    Definition Classes
    RunModule
  112. def runClasspath: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  113. def runForkedTask(mainClass: define.Task[String], args: define.Task[Args]): define.Task[Unit]
    Definition Classes
    RunModule
    Annotations
    @Scaladoc()
  114. def runIvyDeps: T[Agg[Dep]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  115. def runLocal(args: define.Task[Args]): define.Command[Unit]
    Definition Classes
    JavaModule → RunModule
  116. def runLocalTask(mainClass: define.Task[String], args: define.Task[Args]): define.Task[Unit]
    Definition Classes
    RunModule
  117. def runMain(mainClass: String, args: String*): define.Command[Unit]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  118. def runMainBackground(mainClass: String, args: String*): define.Command[Unit]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  119. def runMainLocal(mainClass: String, args: String*): define.Command[Unit]
    Definition Classes
    JavaModule → RunModule
    Annotations
    @Scaladoc()
  120. def runUseArgsFile: T[Boolean]
    Definition Classes
    JavaModule → RunModule
  121. def runner: define.Task[Runner]
    Definition Classes
    RunModule
  122. def scalaCompilerClasspath: T[api.Loose.Agg[api.PathRef]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  123. def scalaDocClasspath: T[api.Loose.Agg[api.PathRef]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  124. def scalaDocOptions: T[Seq[String]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  125. def scalaDocPluginClasspath: T[api.Loose.Agg[api.PathRef]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  126. def scalaDocPluginIvyDeps: T[api.Loose.Agg[Dep]]
    Definition Classes
    ScalaModule
  127. def scalaLibraryIvyDeps: T[api.Loose.Agg[Dep]]
    Definition Classes
    ScalaModule
  128. def scalaOrganization: T[String]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  129. def scalacHelp(args: String*): Command[Unit]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  130. def scalacOptions: T[Seq[String]]
    Definition Classes
    ScalaModule → ScalaModuleBase
    Annotations
    @Scaladoc()
  131. def scalacPluginClasspath: T[api.Loose.Agg[api.PathRef]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  132. def scalacPluginIvyDeps: T[api.Loose.Agg[Dep]]
    Definition Classes
    ScalaModule
    Annotations
    @Scaladoc()
  133. lazy val scoverage: (ScoverageModule.this)#ScoverageData

    Inner worker module.

    Inner worker module. This is not an object to allow users to override and customize it.

    Annotations
    @Scaladoc()
  134. def scoverageClasspath: T[Agg[api.PathRef]]
  135. def scoveragePluginDeps: T[Agg[Dep]]
  136. def scoverageReportWorkerClasspath: T[Agg[api.PathRef]]
  137. def scoverageRuntimeDeps: T[Agg[Dep]]
  138. def scoverageToolsClasspath: T[Agg[api.PathRef]]
  139. def semanticDbData: T[api.PathRef]
    Definition Classes
    ScalaModule → SemanticDbJavaModule
  140. def semanticDbEnablePluginScalacOptions: T[Seq[String]]
    Attributes
    protected
    Definition Classes
    SemanticDbJavaModule
    Annotations
    @Scaladoc()
  141. def semanticDbJavaVersion: T[String]
    Definition Classes
    SemanticDbJavaModule
  142. def semanticDbPluginClasspath: define.Target[Agg[api.PathRef]]
    Attributes
    protected
    Definition Classes
    ScalaModule → SemanticDbJavaModule
  143. def semanticDbPluginIvyDeps: T[Agg[Dep]]
    Attributes
    protected
    Definition Classes
    SemanticDbJavaModule
  144. def semanticDbScalaVersion: T[String]
    Definition Classes
    ScalaModule → SemanticDbJavaModule
  145. def semanticDbVersion: T[String]
    Definition Classes
    SemanticDbJavaModule
  146. def showModuleDeps(recursive: Boolean): define.Command[Unit]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  147. def skipIdea: Boolean
    Definition Classes
    GenIdeaModule
    Annotations
    @Scaladoc()
  148. def sourceJar: T[api.PathRef]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  149. def sources: T[Seq[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  150. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  151. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  152. def transitiveCompileClasspath: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  153. def transitiveCompileIvyDeps: T[Agg[BoundDep]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  154. def transitiveIvyDeps: T[Agg[BoundDep]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  155. def transitiveLocalClasspath: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  156. def transitiveModuleCompileModuleDeps: Seq[JavaModule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  157. def transitiveModuleDeps: Seq[JavaModule]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  158. def unmanagedClasspath: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  159. def upstreamAssembly2: T[Assembly]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  160. def upstreamAssemblyClasspath: T[Agg[api.PathRef]]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc()
  161. def upstreamCompileOutput: T[Seq[CompilationResult]]
    Definition Classes
    JavaModule → SemanticDbJavaModule
    Annotations
    @Scaladoc()
  162. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  163. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  164. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  165. def zincAuxiliaryClassFileExtensions: T[Seq[String]]
    Definition Classes
    ScalaModule → JavaModule
  166. def zincIncrementalCompilation: T[Boolean]
    Definition Classes
    JavaModule → SemanticDbJavaModule
  167. def zincReportCachedProblems: T[Boolean]
    Definition Classes
    JavaModule → SemanticDbJavaModule
    Annotations
    @Scaladoc()
  168. def zincWorker: ModuleRef[ZincWorkerModule]
    Definition Classes
    JavaModule → SemanticDbJavaModule → WithZincWorker
  169. object millInternal extends Internal
    Definition Classes
    Module
    Annotations
    @Scaladoc() @internal()

Deprecated Value Members

  1. def doRunBackground(taskDest: Path, runClasspath: Seq[api.PathRef], zwBackgroundWrapperClasspath: Agg[api.PathRef], forkArgs: Seq[String], forkEnv: Map[String, String], finalMainClass: String, forkWorkingDir: Path, runUseArgsFile: Boolean, backgroundOutputs: Option[(ProcessOutput, ProcessOutput)])(args: String*): (Ctx) => Result[Unit]
    Attributes
    protected
    Definition Classes
    JavaModule → RunModule
    Annotations
    @deprecated
    Deprecated

    (Since version Mill 0.12.0) Binary compat shim, use .runner().run(..., background=true)

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  3. def upstreamAssembly: T[api.PathRef]
    Definition Classes
    JavaModule
    Annotations
    @Scaladoc() @deprecated
    Deprecated

    (Since version Mill 0.11.8) Use upstreamAssembly2 instead, which has a richer return value

Inherited from ScalaModule

Inherited from ScalaModuleBase

Inherited from JavaModule

Inherited from SemanticDbJavaModule

Inherited from OfflineSupportModule

Inherited from CoursierModule

Inherited from GenIdeaModule

Inherited from RunModule

Inherited from define.TaskModule

Inherited from JavaModuleBase

Inherited from BspModule

Inherited from WithZincWorker

Inherited from define.Module

Inherited from BaseClass

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped