com.gradle.develocity.agent.sbt.api.configuration
LocalBuildCache
Companion object LocalBuildCache
sealed trait LocalBuildCache extends AnyRef
The local build cache configuration.
- Alphabetic
- By Inheritance
- LocalBuildCache
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
cleanup: LocalBuildCacheCleanup
The cleanup configuration for the local build cache.
-
abstract
def
directory: Option[File]
The directory where the local build cache entries should be stored.
The directory where the local build cache entries should be stored.
If unspecified, defaults to
build-cache
insideDevelocityConfiguration#storageDirectory
. -
abstract
def
enabled: Boolean
Whether the local build cache is enabled.
-
abstract
def
storeEnabled: Boolean
Whether the local build cache should be written to.
-
abstract
def
withCleanup(cleanup: LocalBuildCacheCleanup): LocalBuildCache
Create a copy of this configuration with an updated cleanup configuration.
Create a copy of this configuration with an updated cleanup configuration.
- cleanup
The new cleanup configuration for the local build cache.
- returns
A copy of this configuration with an updated cleanup configuration.
- See also
-
abstract
def
withDirectory(directory: File): LocalBuildCache
Create a copy of this configuration with an updated directory.
Create a copy of this configuration with an updated directory.
- directory
The new directory where the local build cache entries should be stored.
- returns
A copy of this configuration with an updated directory.
- Since
1.1.2
- See also
-
abstract
def
withDirectory(directory: Option[File]): LocalBuildCache
Create a copy of this configuration with an updated directory.
Create a copy of this configuration with an updated directory.
- directory
The new directory where the local build cache entries should be stored.
- returns
A copy of this configuration with an updated directory.
- See also
-
abstract
def
withEnabled(enabled: Boolean): LocalBuildCache
Create a copy of this configuration with an updated enabled status.
Create a copy of this configuration with an updated enabled status.
- enabled
Whether the local build cache is enabled.
- returns
A copy of this configuration with an updated enabled status.
- See also
-
abstract
def
withStoreEnabled(storeEnabled: Boolean): LocalBuildCache
Create a copy of this configuration with an updated store enabled status.
Create a copy of this configuration with an updated store enabled status.
- storeEnabled
Whether the local build cache should be written to.
- returns
A copy of this configuration with an updated store enabled status.
- See also
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()