package sbt

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sbt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class BooleanOps extends AnyVal
  2. case class LoadedBuildUnitAdapter(delegate: LoadedBuildUnit) extends Product with Serializable
  3. case class ModuleReportAdapter(moduleId: sbt.ModuleID, artifacts: Seq[(sbt.Artifact, sbt.File)]) extends Product with Serializable
  4. trait ModulesOps extends AnyRef
  5. implicit final class OptionOps[T] extends AnyVal
  6. 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
  7. implicit final class ProjectRefOps extends AnyVal
  8. trait SbtStateOps extends AnyRef
  9. trait TaskOps extends AnyRef
  10. case class UpdateReportAdapter(configurationToModule: Map[String, Seq[ModuleReportAdapter]]) extends Product with Serializable

Value Members

  1. var MaxXmlWidthInTests: Option[Int]
  2. def newXmlPrettyPrinter: PrettyPrinter
  3. def projectScope(project: Reference): Scope
  4. 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()
  5. object CreateTasks extends (State) ⇒ State with SbtStateOps
  6. 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 the managedSources task in the Compile and Test configurations of all subprojects within the sbt project and aggregates the generated source files.

  7. object Options extends Serializable
  8. object StructureKeys
  9. object StructurePlugin extends AutoPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped