Class AbstractBuildCache

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled()
      Returns whether the build cache is enabled.
      boolean isPush()
      Returns whether a given build can store outputs in the build cache.
      void setEnabled​(boolean enabled)
      Sets whether the build cache is enabled.
      void setPush​(boolean push)
      Sets whether a given build can store outputs in the build cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractBuildCache

        public AbstractBuildCache()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Returns whether the build cache is enabled.
        Specified by:
        isEnabled in interface BuildCache
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets whether the build cache is enabled.
        Specified by:
        setEnabled in interface BuildCache
      • isPush

        public boolean isPush()
        Returns whether a given build can store outputs in the build cache.
        Specified by:
        isPush in interface BuildCache
      • setPush

        public void setPush​(boolean push)
        Sets whether a given build can store outputs in the build cache.
        Specified by:
        setPush in interface BuildCache