Packages

o

sbt.internal

SysProp

object SysProp

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

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. def allowRootDir: Boolean
  5. def analysis2024: Boolean
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def banner: Boolean
  8. def booleanOpt(name: String): Option[Boolean]
  9. def ci: Boolean
  10. def client: Boolean
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def closeClassLoaders: Boolean
  13. lazy val color: Boolean

    Indicates whether formatting has been disabled in environment variables.

    Indicates whether formatting has been disabled in environment variables. 1. -Dsbt.log.noformat=true means no formatting. 2. -Dsbt.color=always/auto/never/true/false 3. -Dsbt.colour=always/auto/never/true/false 4. -Dsbt.log.format=always/auto/never/true/false

  14. def defaultUseCoursier: Boolean
  15. def double(name: String, default: Double): Double
  16. def dumbTerm: Boolean
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def fileCacheSize: Long
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def forceServerStart: Boolean
  22. def gcMonitor: Boolean
  23. def gcRatio: Double
  24. def gcWindow: FiniteDuration
  25. def genBuildProps: Boolean

    Generate build.properties if missing.

  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def getOrFalse(name: String): Boolean
  28. def getOrTrue(name: String): Boolean
  29. def globalLocalCache: File

    Operating system specific cache directory, similar to Coursier cache.

  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def int(name: String, default: Int): Int
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def legacyTestReport: Boolean
  34. def long(name: String, default: Long): Long
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def offline: Boolean
  39. def onChangedBuildSource: WatchBuildSourceOption
  40. def pipelining: Boolean
  41. lazy val sbtCredentialsEnv: Option[Credentials]
  42. def semanticdb: Boolean
  43. def serverUseJni: Boolean
  44. def sonatypeCredentalsEnv: Option[Credentials]
  45. def supershell: Boolean
  46. def supershellBlankZone: Int
  47. def supershellMaxTasks: Int
  48. def supershellSleep: Long
  49. def supershellThreshold: FiniteDuration
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def taskTimings: Boolean
  52. def taskTimingsOmitPaths: Boolean
  53. def taskTimingsOnShutdown: Boolean
  54. def taskTimingsThreshold: Long
  55. def taskTimingsUnit: (String, Int)
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def traces: Boolean
  58. def turbo: Boolean
  59. def useLog4J: Boolean
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  63. def watchMode: String

Deprecated Value Members

  1. def residentLimit: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Resident compilation is no longer supported

Inherited from AnyRef

Inherited from Any

Ungrouped