public interface CachingBuildEngineDelegate
CachingBuildEngine
when running a distributed build.Modifier and Type | Method and Description |
---|---|
FileHashCache |
getFileHashCache() |
void |
onRuleAboutToBeBuilt(BuildRule buildRule)
Called right before the rule is going to be built.
|
FileHashCache getFileHashCache()
void onRuleAboutToBeBuilt(BuildRule buildRule)
buildRule
- rule that is about to be built.