BasicKeys

sbt.BasicKeys
object BasicKeys

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BasicKeys.type

Members list

Value members

Concrete fields

val autoStartServer: AttributeKey[Boolean]
val bspEnabled: AttributeKey[Boolean]
val cacheStores: AttributeKey[Seq[ActionCacheStore]]
val colorShellPrompt: AttributeKey[(Boolean, State) => String]
val extraMetaSbtFiles: AttributeKey[Seq[VirtualFile]]
val fileConverter: AttributeKey[FileConverter]
val fullServerHandlers: AttributeKey[Seq[ServerHandler]]
val historyPath: AttributeKey[Option[File]]
val rootOutputDirectory: AttributeKey[Path]
val serverAuthentication: AttributeKey[Set[ServerAuthentication]]
val serverHost: AttributeKey[String]
val serverIdleTimeout: AttributeKey[Option[FiniteDuration]]
val serverPort: AttributeKey[Int]
val serverUseJni: AttributeKey[Boolean]
val shellPrompt: AttributeKey[State => String]
val watch: AttributeKey[Watched]
val windowsServerSecurityLevel: AttributeKey[Int]