Packages

o

sbt

Keys

object Keys

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

Type Members

  1. type Classpath = Seq[Attributed[File]]
  2. type Streams = std.Streams[Def.ScopedKey[_]]
  3. final class TaskProgress extends AnyRef
  4. type TaskStreams = std.TaskStreams[Def.ScopedKey[_]]
  5. type VirtualClasspath = Seq[Attributed[VirtualFile]]

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. val TraceValues: String
  5. val aggregate: SettingKey[Boolean]
  6. val allCredentials: TaskKey[Seq[Credentials]]
  7. val allDependencies: TaskKey[Seq[ModuleID]]
  8. val allExcludeDependencies: SettingKey[Seq[InclExclRule]]
  9. val allowMachinePath: SettingKey[Boolean]
  10. val allowZombieClassLoaders: SettingKey[Boolean]
  11. val analysis: AttributeKey[CompileAnalysis]
  12. val apiMappings: TaskKey[Map[File, URL]]
  13. val apiURL: SettingKey[Option[URL]]
  14. val appConfiguration: SettingKey[AppConfiguration]
  15. val appResolvers: SettingKey[Option[Seq[Resolver]]]
  16. val artifact: SettingKey[Artifact]
  17. val artifactClassifier: SettingKey[Option[String]]
  18. val artifactName: SettingKey[(ScalaVersion, ModuleID, Artifact) ⇒ String]
  19. val artifactPath: SettingKey[File]
  20. val artifacts: SettingKey[Seq[Artifact]]
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. val asciiGraphWidth: SettingKey[Int]
  23. val assumedEvictionErrorLevel: SettingKey[util.Level.Value]
  24. val assumedVersionScheme: SettingKey[String]
  25. val assumedVersionSchemeJava: SettingKey[String]
  26. val autoAPIMappings: SettingKey[Boolean]
  27. val autoCompilerPlugins: SettingKey[Boolean]
  28. val autoGeneratedProject: SettingKey[Boolean]
  29. val autoScalaLibrary: SettingKey[Boolean]
  30. val autoStartServer: SettingKey[Boolean]
  31. val autoUpdate: SettingKey[Boolean]
  32. val auxiliaryClassFiles: TaskKey[Seq[AuxiliaryClassFiles]]
  33. val backendOutput: SettingKey[VirtualFile]
  34. val baseDirectory: SettingKey[File]
  35. val bgCopyClasspath: SettingKey[Boolean]
  36. val bgHashClasspath: SettingKey[Boolean]
  37. val bgJobService: SettingKey[BackgroundJobService]
  38. val bgJobServiceDirectory: SettingKey[File]
  39. val bgList: TaskKey[Seq[JobHandle]]
  40. val bgRun: InputKey[JobHandle]
  41. val bgRunMain: InputKey[JobHandle]
  42. val bgStop: InputKey[Unit]
  43. val bgWaitFor: InputKey[Unit]
  44. val bootDependencyResolution: TaskKey[DependencyResolution]
  45. val bootIvyConfiguration: TaskKey[IvyConfiguration]
  46. val bootResolvers: TaskKey[Option[Seq[Resolver]]]
  47. val bspBuildTarget: TaskKey[BuildTarget]
  48. val bspBuildTargetCleanCache: InputKey[Unit]
  49. val bspBuildTargetCompile: InputKey[Unit]
  50. val bspBuildTargetCompileItem: TaskKey[Int]
  51. val bspBuildTargetDependencySources: InputKey[Unit]
  52. val bspBuildTargetDependencySourcesItem: TaskKey[DependencySourcesItem]
  53. val bspBuildTargetJVMRunEnvironment: InputKey[Unit]
  54. val bspBuildTargetJVMTestEnvironment: InputKey[Unit]
  55. val bspBuildTargetJvmEnvironmentItem: TaskKey[JvmEnvironmentItem]
  56. val bspBuildTargetOutputPaths: InputKey[Unit]
  57. val bspBuildTargetOutputPathsItem: TaskKey[OutputPathsItem]
  58. val bspBuildTargetResources: InputKey[Unit]
  59. val bspBuildTargetResourcesItem: TaskKey[ResourcesItem]
  60. val bspBuildTargetRun: InputKey[Unit]
  61. val bspBuildTargetScalacOptions: InputKey[Unit]
  62. val bspBuildTargetScalacOptionsItem: TaskKey[ScalacOptionsItem]
  63. val bspBuildTargetSources: InputKey[Unit]
  64. val bspBuildTargetSourcesItem: TaskKey[SourcesItem]
  65. val bspBuildTargetTest: InputKey[Unit]
  66. val bspConfig: TaskKey[Unit]
  67. val bspEnabled: SettingKey[Boolean]
  68. val bspInternalDependencyConfigurations: SettingKey[Seq[(ProjectRef, Set[ConfigKey])]]
  69. val bspReporter: TaskKey[BuildServerReporter]
  70. val bspSbtEnabled: SettingKey[Boolean]
  71. val bspScalaMainClasses: InputKey[Unit]
  72. val bspScalaMainClassesItem: TaskKey[ScalaMainClassesItem]
  73. val bspScalaTestClasses: InputKey[Unit]
  74. val bspScalaTestClassesItem: TaskKey[Seq[ScalaTestClassesItem]]
  75. val bspTargetIdentifier: SettingKey[BuildTargetIdentifier]
  76. val bspWorkspace: SettingKey[Map[BuildTargetIdentifier, Scope]]
  77. val bspWorkspaceBuildTargets: TaskKey[Seq[BuildTarget]]
  78. val buildDependencies: SettingKey[BuildDependencies]
  79. val buildStructure: TaskKey[BuildStructure]
  80. val cancelable: SettingKey[Boolean]
  81. val canonicalInput: SettingKey[Boolean]
  82. val checksums: SettingKey[Seq[String]]
  83. val classDirectory: SettingKey[File]
  84. val classLoaderLayeringStrategy: SettingKey[ClassLoaderLayeringStrategy]
  85. val classifiersModule: TaskKey[GetClassifiersModule]
  86. val classpathConfiguration: TaskKey[Configuration]
  87. val classpathEntryDefinesClass: TaskKey[(File) ⇒ DefinesClass]
  88. val classpathEntryDefinesClassVF: TaskKey[(VirtualFile) ⇒ DefinesClass]
  89. val classpathOptions: SettingKey[ClasspathOptions]
  90. val classpathTypes: SettingKey[Set[String]]
  91. val clean: TaskKey[Unit]
  92. val cleanFiles: TaskKey[Seq[File]]
  93. val cleanKeepFiles: SettingKey[Seq[File]]
  94. val cleanKeepGlobs: SettingKey[Seq[Glob]]
  95. val cleanupCommands: SettingKey[String]
  96. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  97. val closeClassLoaders: SettingKey[Boolean]
  98. val collectAnalyses: TaskKey[Unit]
  99. val colorShellPrompt: SettingKey[(Boolean, State) ⇒ String]
  100. val commands: SettingKey[Seq[Command]]
  101. val compatibilityWarningOptions: SettingKey[CompatibilityWarningOptions]
  102. val compile: TaskKey[CompileAnalysis]
  103. val compileAnalysisFile: TaskKey[File]
  104. val compileAnalysisFilename: TaskKey[String]
  105. val compileAnalysisTargetRoot: SettingKey[File]
  106. val compileIncSetup: TaskKey[Setup]
  107. val compileIncremental: TaskKey[CompileResult]
  108. val compileInputs: TaskKey[Inputs]
  109. val compileOptions: TaskKey[CompileOptions]
  110. val compileOrder: SettingKey[CompileOrder]
  111. val compileProgress: TaskKey[CompileProgress]
  112. val compilerCache: TaskKey[GlobalsCache]
  113. val compilers: TaskKey[Compilers]
  114. val concurrentRestrictions: SettingKey[Seq[Rule]]
  115. val configuration: SettingKey[Configuration]
  116. val configurationsToRetrieve: SettingKey[Option[Seq[ConfigRef]]]
  117. val conflictManager: SettingKey[ConflictManager]
  118. val conflictWarning: SettingKey[ConflictWarning]
  119. val connectInput: SettingKey[Boolean]
  120. val console: TaskKey[Unit]
  121. val consoleProject: TaskKey[Unit]
  122. val consoleQuick: TaskKey[Unit]
  123. val copyResources: TaskKey[Seq[(File, File)]]
  124. val credentials: TaskKey[Seq[Credentials]]
  125. val crossJavaVersions: SettingKey[Seq[String]]
  126. val crossPaths: SettingKey[Boolean]
  127. val crossSbtVersions: SettingKey[Seq[String]]
  128. val crossScalaVersions: SettingKey[Seq[String]]
  129. val crossTarget: SettingKey[File]
  130. val crossVersion: SettingKey[CrossVersion]
  131. val csrCacheDirectory: SettingKey[File]
  132. val csrConfiguration: TaskKey[CoursierConfiguration]
  133. val csrExtraCredentials: TaskKey[Seq[Credentials]]
  134. val csrExtraProjects: TaskKey[Seq[lmcoursier.definitions.Project]]
  135. val csrFallbackDependencies: TaskKey[Seq[FallbackDependency]]
  136. val csrInterProjectDependencies: TaskKey[Seq[lmcoursier.definitions.Project]]
  137. val csrLogger: TaskKey[Option[CacheLogger]]
  138. val csrMavenProfiles: SettingKey[Set[String]]
  139. val csrProject: TaskKey[lmcoursier.definitions.Project]
  140. val csrPublications: TaskKey[Seq[(Configuration, Publication)]]
  141. val csrReconciliations: SettingKey[Seq[(ModuleMatchers, Reconciliation)]]
  142. val csrRecursiveResolvers: TaskKey[Seq[Resolver]]
  143. val csrResolvers: TaskKey[Seq[Resolver]]
  144. val csrSbtResolvers: TaskKey[Seq[Resolver]]
  145. val defaultConfiguration: SettingKey[Option[Configuration]]
  146. val definedTestNames: TaskKey[Seq[String]]
  147. val definedTests: TaskKey[Seq[TestDefinition]]
  148. val deliver: TaskKey[File]
  149. val deliverLocal: TaskKey[File]
  150. val dependencyCacheDirectory: TaskKey[File]
  151. val dependencyClasspath: TaskKey[Classpath]
  152. val dependencyClasspathAsJars: TaskKey[Classpath]
  153. val dependencyOverrides: SettingKey[Seq[ModuleID]]
  154. val dependencyPicklePath: TaskKey[VirtualClasspath]
  155. val dependencyPositions: TaskKey[Map[ModuleID, SourcePosition]]
  156. val dependencyResolution: TaskKey[DependencyResolution]
  157. val dependencyVirtualClasspath: TaskKey[VirtualClasspath]
  158. val description: SettingKey[String]
  159. val developers: SettingKey[List[Developer]]
  160. val discoveredJavaHomes: SettingKey[Map[String, File]]
  161. val discoveredMainClasses: TaskKey[Seq[String]]
  162. val discoveredSbtPlugins: TaskKey[DiscoveredNames]
  163. val doc: TaskKey[File]
  164. val docArtifactTypes: SettingKey[Seq[String]]
  165. val dummyRoots: Task[Seq[Def.ScopedKey[_]]]
  166. val earlyCompileAnalysisFile: TaskKey[File]
  167. val earlyCompileAnalysisTargetRoot: SettingKey[File]
  168. val earlyOutput: SettingKey[VirtualFile]
  169. val echoInput: SettingKey[Boolean]
  170. val enableBinaryCompileAnalysis: SettingKey[Boolean]
  171. val entryApiURL: AttributeKey[URL]
  172. val envVars: TaskKey[Map[String, String]]
  173. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  174. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  175. val evicted: TaskKey[EvictionWarning]
  176. val evictionErrorLevel: SettingKey[util.Level.Value]
  177. val evictionWarningOptions: SettingKey[EvictionWarningOptions]
  178. val excludeDependencies: SettingKey[Seq[InclExclRule]]
  179. val excludeFilter: SettingKey[FileFilter]
  180. val excludeLintKeys: SettingKey[Set[Def.KeyedInitialize[_]]]
  181. val executeTests: TaskKey[Output]
  182. val executionRoots: TaskKey[Seq[Def.ScopedKey[_]]]
  183. val exportJars: SettingKey[Boolean]
  184. val exportPipelining: SettingKey[Boolean]
  185. val exportToInternal: SettingKey[TrackLevel]
  186. val exportedPickles: TaskKey[VirtualClasspath]
  187. val exportedProductJars: TaskKey[Classpath]
  188. val exportedProductJarsIfMissing: TaskKey[Classpath]
  189. val exportedProductJarsNoTracking: TaskKey[Classpath]
  190. val exportedProducts: TaskKey[Classpath]
  191. val exportedProductsIfMissing: TaskKey[Classpath]
  192. val exportedProductsNoTracking: TaskKey[Classpath]
  193. val externalDependencyClasspath: TaskKey[Classpath]
  194. val externalResolvers: TaskKey[Seq[Resolver]]
  195. val extraAppenders: SettingKey[AppenderSupplier]
  196. val extraIncOptions: TaskKey[Seq[(String, String)]]
  197. val fgRun: InputKey[Unit]
  198. val fgRunMain: InputKey[Unit]
  199. val fileCacheSize: SettingKey[String]
  200. val fileConverter: SettingKey[FileConverter]
  201. val fileInputOptions: SettingKey[Seq[String]]
  202. val fileMappings: TaskKey[Seq[(File, File)]]
  203. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  204. val forceUpdatePeriod: SettingKey[Option[FiniteDuration]]
  205. val forcegc: SettingKey[Boolean]
  206. val fork: SettingKey[Boolean]
  207. val forkOptions: TaskKey[ForkOptions]
  208. val fullClasspath: TaskKey[Classpath]
  209. val fullClasspathAsJars: TaskKey[Classpath]
  210. val fullJavaHomes: SettingKey[Map[String, File]]
  211. val fullResolvers: TaskKey[Seq[Resolver]]
  212. val fullServerHandlers: SettingKey[Seq[ServerHandler]]
  213. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  214. val globalPluginUpdate: TaskKey[UpdateReport]
  215. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  216. val historyPath: SettingKey[Option[File]]
  217. val homepage: SettingKey[Option[URL]]
  218. val incOptions: TaskKey[IncOptions]
  219. val includeFilter: SettingKey[FileFilter]
  220. val includeLintKeys: SettingKey[Set[Def.KeyedInitialize[_]]]
  221. val includePluginResolvers: SettingKey[Boolean]
  222. val initialCommands: SettingKey[String]
  223. val initialize: SettingKey[Unit]
  224. val insideCI: SettingKey[Boolean]
  225. val interactionService: TaskKey[InteractionService]
  226. val internalConfigurationMap: SettingKey[(Configuration) ⇒ Configuration]
  227. val internalDependencyAsJars: TaskKey[Classpath]
  228. val internalDependencyClasspath: TaskKey[Classpath]
  229. val internalDependencyConfigurations: SettingKey[Seq[(ProjectRef, Set[String])]]
  230. val internalDependencyPicklePath: TaskKey[VirtualClasspath]
  231. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  232. val isMetaBuild: SettingKey[Boolean]
  233. val isModule: AttributeKey[Boolean]
  234. val isSnapshot: SettingKey[Boolean]
  235. val ivyConfiguration: TaskKey[IvyConfiguration]
  236. val ivyConfigurations: SettingKey[Seq[Configuration]]
  237. val ivyLoggingLevel: SettingKey[UpdateLogging]
  238. val ivyModule: TaskKey[Module]
  239. val ivyPaths: SettingKey[IvyPaths]
  240. val ivySbt: TaskKey[IvySbt]
  241. val ivyValidate: SettingKey[Boolean]
  242. val ivyXML: SettingKey[NodeSeq]
  243. val javaHome: SettingKey[Option[File]]
  244. val javaHomes: SettingKey[Map[String, File]]
  245. val javaOptions: TaskKey[Seq[String]]
  246. val javaSource: SettingKey[File]
  247. val javacOptions: TaskKey[Seq[String]]
  248. val libraryDependencies: SettingKey[Seq[ModuleID]]
  249. val libraryDependencySchemes: SettingKey[Seq[ModuleID]]
  250. val licenses: SettingKey[Seq[(String, URL)]]
  251. val lintExcludeFilter: SettingKey[(String) ⇒ Boolean]
  252. val lintIncludeFilter: SettingKey[(String) ⇒ Boolean]
  253. val lintUnused: InputKey[Unit]
  254. val lintUnusedKeysOnLoad: SettingKey[Boolean]
  255. val loadedBuild: SettingKey[LoadedBuild]
  256. val loadedTestFrameworks: TaskKey[Map[TestFramework, Framework]]
  257. val localCacheDirectory: SettingKey[File]
  258. val logBuffered: SettingKey[Boolean]
  259. val logLevel: SettingKey[util.Level.Value]
  260. val logManager: SettingKey[LogManager]
  261. val mainClass: TaskKey[Option[String]]
  262. val makeIvyXml: TaskKey[File]
  263. val makeIvyXmlConfiguration: TaskKey[PublishConfiguration]
  264. val makeIvyXmlLocalConfiguration: TaskKey[PublishConfiguration]
  265. val makePom: TaskKey[File]
  266. val makePomConfiguration: SettingKey[MakePomConfiguration]
  267. val managedClasspath: TaskKey[Classpath]
  268. val managedDirectory: SettingKey[File]
  269. val managedResourceDirectories: SettingKey[Seq[File]]
  270. val managedResources: TaskKey[Seq[File]]
  271. val managedScalaInstance: SettingKey[Boolean]
  272. val managedSourceDirectories: SettingKey[Seq[File]]
  273. val managedSources: TaskKey[Seq[File]]
  274. val manipulateBytecode: TaskKey[CompileResult]
  275. val mappings: TaskKey[Seq[(File, String)]]
  276. val maxErrors: SettingKey[Int]
  277. val minForcegcInterval: SettingKey[Duration]
  278. val moduleConfigurations: SettingKey[Seq[ModuleConfiguration]]
  279. val moduleID: SettingKey[ModuleID]
  280. val moduleName: SettingKey[String]
  281. val moduleSettings: TaskKey[ModuleSettings]
  282. val name: SettingKey[String]
  283. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  284. val normalizedName: SettingKey[String]
  285. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  286. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  287. val offline: SettingKey[Boolean]
  288. val onComplete: SettingKey[() ⇒ Unit]
  289. val onLoad: SettingKey[(State) ⇒ State]
  290. val onLoadMessage: SettingKey[String]
  291. val onUnload: SettingKey[(State) ⇒ State]
  292. val organization: SettingKey[String]
  293. val organizationHomepage: SettingKey[Option[URL]]
  294. val organizationName: SettingKey[String]
  295. val otherResolvers: TaskKey[Seq[Resolver]]
  296. val outputStrategy: SettingKey[Option[OutputStrategy]]
  297. val overrideBuildResolvers: SettingKey[Boolean]
  298. val package: TaskKey[File]
  299. val packageBin: TaskKey[File]
  300. val packageCache: TaskKey[File]
  301. val packageConfiguration: TaskKey[Configuration]
  302. val packageDoc: TaskKey[File]
  303. val packageOptions: TaskKey[Seq[PackageOption]]
  304. val packageSrc: TaskKey[File]
  305. val packageTimestamp: SettingKey[Option[Long]]
  306. val packagedArtifact: TaskKey[(Artifact, File)]
  307. val packagedArtifacts: TaskKey[Map[Artifact, File]]
  308. val parallelExecution: SettingKey[Boolean]
  309. val persistJarClasspath: SettingKey[Boolean]
  310. val persistLogLevel: SettingKey[util.Level.Value]
  311. val persistTraceLevel: SettingKey[Int]
  312. val pickleProducts: TaskKey[Seq[VirtualFile]]
  313. val pluginCrossBuild: TaskKey[Unit]
  314. val pluginData: TaskKey[PluginData]
  315. val pollInterval: SettingKey[FiniteDuration]
  316. val pomAllRepositories: SettingKey[Boolean]
  317. val pomExtra: SettingKey[NodeSeq]
  318. val pomIncludeRepository: SettingKey[(MavenRepository) ⇒ Boolean]
  319. val pomPostProcess: SettingKey[(scala.xml.Node) ⇒ scala.xml.Node]
  320. val previousCompile: TaskKey[PreviousResult]
  321. val printWarnings: TaskKey[Unit]
  322. val productDirectories: TaskKey[Seq[File]]
  323. val products: TaskKey[Seq[File]]
  324. val progressReports: SettingKey[Seq[TaskProgress]]
  325. val projectCommand: AttributeKey[Boolean]
  326. val projectDependencies: TaskKey[Seq[ModuleID]]
  327. val projectDescriptors: TaskKey[Map[ModuleRevisionId, ModuleDescriptor]]
  328. val projectID: SettingKey[ModuleID]
  329. val projectInfo: SettingKey[ModuleInfo]
  330. val projectResolver: TaskKey[Resolver]
  331. val ps: TaskKey[Seq[JobHandle]]
  332. val publish: TaskKey[Unit]
  333. val publishArtifact: SettingKey[Boolean]
  334. val publishConfiguration: TaskKey[PublishConfiguration]
  335. val publishLocal: TaskKey[Unit]
  336. val publishLocalConfiguration: TaskKey[PublishConfiguration]
  337. val publishM2: TaskKey[Unit]
  338. val publishM2Configuration: TaskKey[PublishConfiguration]
  339. val publishMavenStyle: SettingKey[Boolean]
  340. val publishTo: TaskKey[Option[Resolver]]
  341. val publisher: TaskKey[Publisher]
  342. val pullRemoteCache: TaskKey[Unit]
  343. val pushRemoteCache: TaskKey[Unit]
  344. val pushRemoteCacheArtifact: SettingKey[Boolean]
  345. val pushRemoteCacheConfiguration: TaskKey[PublishConfiguration]
  346. val pushRemoteCacheTo: SettingKey[Option[Resolver]]
  347. val releaseNotesURL: SettingKey[Option[URL]]
  348. val remoteCacheArtifact: TaskKey[RemoteCacheArtifact]
  349. val remoteCacheArtifacts: TaskKey[Seq[RemoteCacheArtifact]]
  350. val remoteCacheId: TaskKey[String]
  351. val remoteCacheIdCandidates: TaskKey[Seq[String]]
  352. val remoteCachePom: TaskKey[File]
  353. val remoteCacheProjectId: TaskKey[ModuleID]
  354. val remoteCacheResolvers: SettingKey[Seq[Resolver]]
  355. val reportAbsolutePath: SettingKey[Boolean]
  356. val reresolveSbtArtifacts: SettingKey[Boolean]
  357. val resolvedScoped: SettingKey[Def.ScopedKey[_]]
  358. val resolvers: SettingKey[Seq[Resolver]]
  359. val resourceDirectories: SettingKey[Seq[File]]
  360. val resourceDirectory: SettingKey[File]
  361. val resourceGenerators: SettingKey[Seq[Task[Seq[File]]]]
  362. val resourceManaged: SettingKey[File]
  363. val resources: TaskKey[Seq[File]]
  364. val retrieveConfiguration: SettingKey[Option[RetrieveConfiguration]]
  365. val retrieveManaged: SettingKey[Boolean]
  366. val retrieveManagedSync: SettingKey[Boolean]
  367. val retrievePattern: SettingKey[String]
  368. val rootPaths: SettingKey[Map[String, Path]]
  369. val run: InputKey[Unit]
  370. val runBefore: AttributeKey[Seq[Task[_]]]
  371. val runMain: InputKey[Unit]
  372. val runner: TaskKey[ScalaRun]
  373. val sLog: SettingKey[Logger]
  374. val sbtBinaryVersion: SettingKey[String]
  375. val sbtDependency: SettingKey[ModuleID]
  376. val sbtPlugin: SettingKey[Boolean]
  377. val sbtPluginPublishLegacyMavenStyle: SettingKey[Boolean]
  378. val sbtResolver: SettingKey[Resolver]
  379. val sbtResolvers: SettingKey[Seq[Resolver]]
  380. val sbtVersion: SettingKey[String]
  381. val scalaArtifacts: SettingKey[Seq[String]]
  382. val scalaBinaryVersion: SettingKey[String]
  383. val scalaCompilerBridgeBinaryJar: TaskKey[Option[File]]
  384. val scalaCompilerBridgeDependencyResolution: TaskKey[DependencyResolution]
  385. val scalaCompilerBridgeResolvers: TaskKey[Seq[Resolver]]
  386. val scalaCompilerBridgeScope: TaskKey[Unit]
  387. val scalaCompilerBridgeSource: SettingKey[ModuleID]
  388. val scalaHome: SettingKey[Option[File]]
  389. val scalaInstance: TaskKey[ScalaInstance]
  390. val scalaInstanceTopLoader: SettingKey[ClassLoader]
  391. val scalaModuleInfo: SettingKey[Option[ScalaModuleInfo]]
  392. val scalaOrganization: SettingKey[String]
  393. val scalaSource: SettingKey[File]
  394. val scalaVersion: SettingKey[String]
  395. val scalacOptions: TaskKey[Seq[String]]
  396. val scmInfo: SettingKey[Option[ScmInfo]]
  397. val selectMainClass: TaskKey[Option[String]]
  398. val semanticdbCompilerPlugin: SettingKey[ModuleID]
  399. val semanticdbEnabled: SettingKey[Boolean]
  400. val semanticdbIncludeInJar: SettingKey[Boolean]
  401. val semanticdbOptions: SettingKey[Seq[String]]
  402. val semanticdbTargetRoot: SettingKey[File]
  403. val semanticdbVersion: SettingKey[String]
  404. val serverAuthentication: SettingKey[Set[ServerAuthentication]]
  405. val serverConnectionType: SettingKey[ConnectionType]
  406. val serverHandlers: SettingKey[Seq[ServerHandler]]
  407. val serverHost: SettingKey[String]
  408. val serverIdleTimeout: SettingKey[Option[FiniteDuration]]
  409. val serverLog: TaskKey[Unit]
  410. val serverPort: SettingKey[Int]
  411. val serverUseJni: SettingKey[Boolean]
  412. val sessionSettings: AttributeKey[SessionSettings]
  413. val sessionVars: AttributeKey[Map]
  414. val settingsData: TaskKey[SS]
  415. val shellPrompt: SettingKey[(State) ⇒ String]
  416. val showSuccess: SettingKey[Boolean]
  417. val showTiming: SettingKey[Boolean]
  418. val skip: TaskKey[Boolean]
  419. val sourceArtifactTypes: SettingKey[Seq[String]]
  420. val sourceDirectories: SettingKey[Seq[File]]
  421. val sourceDirectory: SettingKey[File]
  422. val sourceGenerators: SettingKey[Seq[Task[Seq[File]]]]
  423. val sourceManaged: SettingKey[File]
  424. val sourcePositionMappers: TaskKey[Seq[(Position) ⇒ Option[Position]]]
  425. val sources: TaskKey[Seq[File]]
  426. val sourcesInBase: SettingKey[Boolean]
  427. val startYear: SettingKey[Option[Int]]
  428. val state: TaskKey[State]
  429. val stateBuildStructure: AttributeKey[BuildStructure]
  430. val stateCompilerCache: AttributeKey[GlobalsCache]
  431. val stateStreams: AttributeKey[Streams]
  432. val streams: TaskKey[TaskStreams]
  433. val streamsManager: TaskKey[std.Streams[Def.ScopedKey[_]]]
  434. val superShellMaxTasks: SettingKey[Int]
  435. val superShellSleep: SettingKey[FiniteDuration]
  436. val superShellThreshold: SettingKey[FiniteDuration]
  437. val suppressSbtShellNotification: SettingKey[Boolean]
  438. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  439. val tags: SettingKey[Seq[(Tag, Int)]]
  440. val target: SettingKey[File]
  441. val taskDefinitionKey: AttributeKey[Def.ScopedKey[_]]
  442. val taskTemporaryDirectory: SettingKey[File]
  443. val tastyFiles: TaskKey[Seq[File]]
  444. val templateDescriptions: SettingKey[Seq[(String, String)]]
  445. val templateResolverInfos: SettingKey[Seq[TemplateResolverInfo]]
  446. val templateRunLocal: InputKey[Unit]
  447. val terminal: TaskKey[Terminal]
  448. val test: TaskKey[Unit]
  449. val testExecution: TaskKey[Execution]
  450. val testFilter: TaskKey[(Seq[String]) ⇒ Seq[(String) ⇒ Boolean]]
  451. val testForkedParallel: SettingKey[Boolean]
  452. val testFrameworks: SettingKey[Seq[TestFramework]]
  453. val testGrouping: TaskKey[Seq[Group]]
  454. val testListeners: TaskKey[Seq[TestReportListener]]
  455. val testLoader: TaskKey[ClassLoader]
  456. val testOnly: InputKey[Unit]
  457. val testOptions: TaskKey[Seq[TestOption]]
  458. val testQuick: InputKey[Unit]
  459. val testResultLogger: SettingKey[TestResultLogger]
  460. val thisProject: SettingKey[ResolvedProject]
  461. val thisProjectRef: SettingKey[ProjectRef]
  462. val timingFormat: SettingKey[DateFormat]
  463. def toString(): String
    Definition Classes
    AnyRef → Any
  464. val traceLevel: SettingKey[Int]
  465. val trackInternalDependencies: SettingKey[TrackLevel]
  466. val transformState: AttributeKey[(State) ⇒ State]
  467. val transitiveClassifiers: SettingKey[Seq[String]]
  468. val transitiveUpdate: TaskKey[Seq[UpdateReport]]
  469. val trapExit: SettingKey[Boolean]
  470. val triggeredBy: AttributeKey[Seq[Task[_]]]
  471. val turbo: SettingKey[Boolean]
  472. val unmanagedBase: SettingKey[File]
  473. val unmanagedClasspath: TaskKey[Classpath]
  474. val unmanagedJars: TaskKey[Classpath]
  475. val unmanagedResourceDirectories: SettingKey[Seq[File]]
  476. val unmanagedResources: TaskKey[Seq[File]]
  477. val unmanagedSourceDirectories: SettingKey[Seq[File]]
  478. val unmanagedSources: TaskKey[Seq[File]]
  479. val unresolvedWarningConfiguration: TaskKey[UnresolvedWarningConfiguration]
  480. val update: TaskKey[UpdateReport]
  481. val updateCacheName: TaskKey[String]
  482. val updateClassifiers: TaskKey[UpdateReport]
  483. val updateConfiguration: SettingKey[UpdateConfiguration]
  484. val updateFull: TaskKey[UpdateReport]
  485. val updateOptions: SettingKey[UpdateOptions]
  486. val updateSbtClassifiers: TaskKey[UpdateReport]
  487. val useCoursier: SettingKey[Boolean]
  488. val useJCenter: SettingKey[Boolean]
  489. val useLog4J: SettingKey[Boolean]
  490. val usePipelining: SettingKey[Boolean]
  491. val useScalaReplJLine: SettingKey[Boolean]
  492. val useSuperShell: SettingKey[Boolean]
  493. val version: SettingKey[String]
  494. val versionScheme: SettingKey[Option[String]]
  495. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  496. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  497. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  498. val watchAntiEntropy: SettingKey[FiniteDuration]
  499. val watchService: SettingKey[() ⇒ WatchService]
  500. val watchSources: TaskKey[Seq[WatchSource]]
  501. val windowsServerSecurityLevel: SettingKey[Int]
  502. val zincCompilationListeners: SettingKey[Seq[RunProfiler]]
  503. object TaskProgress

Deprecated Value Members

  1. val extraLoggers: SettingKey[(Def.ScopedKey[_]) ⇒ Seq[Appender]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0)

  2. val triggeredMessage: SettingKey[(WatchState) ⇒ String]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use watchTriggeredMessage instead

  3. val watch: SettingKey[Watched]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This is no longer used for continuous execution

  4. val watchTransitiveSources: TaskKey[Seq[WatchSource]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This is for legacy builds only and will be removed in a future version of sbt

  5. val watchingMessage: SettingKey[(WatchState) ⇒ String]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use watchStartMessage instead

Inherited from AnyRef

Inherited from Any

Ungrouped