org.jetbrains

sbt

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class Fix Option.flatten on Scala 2.9.2[T] extends AnyRef

  2. case class LoadedBuildUnitAdapter(delegate: LoadedBuildUnit) extends Product with Serializable

  3. case class ModuleReportAdapter(moduleId: ModuleID, artifacts: Seq[(Artifact, File)]) extends Product with Serializable

  4. trait ModulesOps extends AnyRef

  5. 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

  6. trait SbtStateOps extends AnyRef

  7. trait TaskOps extends AnyRef

  8. case class UpdateReportAdapter(configurationToModule: Map[String, Seq[ModuleReportAdapter]]) extends Product with Serializable

  9. implicit class enrich Boolean extends AnyRef

  10. implicit class enrich ProjectRef extends AnyRef

Value Members

  1. object CreateTasks extends (State) ⇒ State with SbtStateOps

  2. object GenerateAllManagedSourcesPlugin extends AutoPlugin

    An sbt plugin developed for the purposes of generating all managedSources in a given sbt project.

  3. var MaxXmlWidthInTests: Option[Int]

  4. object Options extends Serializable

  5. object StructureKeys

  6. object StructurePlugin extends AutoPlugin

  7. package extractors

  8. def newXmlPrettyPrinter: PrettyPrinter

  9. package structure

  10. def transitiveExtends(configs: Seq[Configuration]): Seq[Configuration]

    Transitive hull of configs that a config extends.

    Transitive hull of configs that a config extends.

    Annotations
    @tailrec()

Inherited from AnyRef

Inherited from Any

Ungrouped