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. case class LoadedBuildUnitAdapter(delegate: LoadedBuildUnit) extends Product with Serializable

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

  3. trait ModulesOps extends AnyRef

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

  5. trait SbtStateOps extends AnyRef

  6. trait TaskOps extends AnyRef

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

Value Members

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

  2. implicit def Fix Option.flatten on Scala 2.9.2[T](option: Option[Option[T]]): AnyRef { def flatten: Option[T] }

  3. object GenerateAllManagedSourcesPlugin extends AutoPlugin

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

  4. var MaxXmlWidthInTests: Option[Int]

  5. object Options extends Serializable

  6. object StructureKeys

  7. object StructurePlugin extends AutoPlugin

    Created by jast on 2017-02-22.

  8. implicit def enrich Boolean(b: Boolean): AnyRef { def option[A](a: => A): Option[A] }

  9. implicit def enrich ProjectRef(projectRef: ProjectRef): AnyRef { def id: String }

  10. package extractors

    Created by jast on 2017-02-27.

  11. def newXmlPrettyPrinter: PrettyPrinter

  12. package structure

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