Interface CachingBuildEngineDelegate

    • Method Detail

      • onRuleAboutToBeBuilt

        void onRuleAboutToBeBuilt​(BuildRule buildRule)
        Called right before the rule is going to be built. This is when direct inputs to the rule would get materialized on disk.
        Parameters:
        buildRule - rule that is about to be built.