public interface BuildCache
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Returns whether the build cache is enabled.
|
boolean |
isPush()
Returns whether pushing to the build cache is enabled.
|
void |
setEnabled(boolean enabled)
Enables or disables the build cache service.
|
void |
setPush(boolean enabled)
Sets whether pushing to the build cache is enabled.
|
boolean isEnabled()
void setEnabled(boolean enabled)
boolean isPush()
void setPush(boolean enabled)