Interface BuildCache
- All Known Implementing Classes:
AbstractBuildCache, DirectoryBuildCache, HttpBuildCache
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the build cache is enabled.booleanisPush()Returns whether pushing to the build cache is enabled.voidsetEnabled(boolean enabled) Enables or disables the build cache service.voidsetPush(boolean enabled) Sets whether pushing to the build cache is enabled.
-
Method Details
-
isEnabled
boolean isEnabled()Returns whether the build cache is enabled. -
setEnabled
void setEnabled(boolean enabled) Enables or disables the build cache service. -
isPush
boolean isPush()Returns whether pushing to the build cache is enabled. -
setPush
void setPush(boolean enabled) Sets whether pushing to the build cache is enabled.
-