AbstractBuildCache

Base implementation for build cache service configuration.

Since

3.5

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun isEnabled(): Boolean
Returns whether the build cache is enabled.
Link copied to clipboard
open fun isPush(): Boolean
Returns whether a given build can store outputs in the build cache.
Link copied to clipboard
open fun setEnabled(enabled: Boolean)
Sets whether the build cache is enabled.
Link copied to clipboard
open fun setPush(push: Boolean)
Sets whether a given build can store outputs in the build cache.