package sbt
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sbt
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit final class BooleanOps extends AnyVal
- case class LoadedBuildUnitAdapter(delegate: LoadedBuildUnit) extends Product with Serializable
- case class ModuleReportAdapter(moduleId: sbt.ModuleID, artifacts: Seq[(sbt.Artifact, sbt.File)]) extends Product with Serializable
- trait ModulesOps extends AnyRef
- implicit final class OptionOps[T] extends AnyVal
- final case class Options(download: Boolean = false, resolveSourceClassifiers: Boolean = false, resolveJavadocClassifiers: Boolean = false, resolveSbtClassifiers: Boolean = false, prettyPrint: Boolean = false, separateProdAndTestSources: Boolean = false) extends Product with Serializable
- implicit final class ProjectRefOps extends AnyVal
- trait SbtStateOps extends AnyRef
- trait TaskOps extends AnyRef
- case class UpdateReportAdapter(configurationToModule: Map[String, Seq[ModuleReportAdapter]]) extends Product with Serializable
Value Members
- var MaxXmlWidthInTests: Option[Int]
- def newXmlPrettyPrinter: PrettyPrinter
- def projectScope(project: Reference): Scope
-
def
transitiveExtends(configs: Seq[sbt.Configuration]): Seq[sbt.Configuration]
Transitive hull of configs that a config extends.
Transitive hull of configs that a config extends.
- Annotations
- @tailrec()
- object CreateTasks extends (State) ⇒ State with SbtStateOps
-
object
GenerateAllManagedSourcesPlugin extends AutoPlugin
An sbt plugin developed for the purposes of generating all
managedSources
in a given sbt project.An sbt plugin developed for the purposes of generating all
managedSources
in a given sbt project. The plugin is implemented as a global task which invokes themanagedSources
task in the Compile and Test configurations of all subprojects within the sbt project and aggregates the generated source files. - object Options extends Serializable
- object StructureKeys
- object StructurePlugin extends AutoPlugin