public class IncrementalActionGraphGenerator extends Object
ActionGraphBuilder
from a previous one.
This works by grabbing all the build rules from the previous ActionGraphBuilder
with
unflavored targets that were not invalidated when doing a target graph walk to check for changes.
Constructor and Description |
---|
IncrementalActionGraphGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
populateActionGraphBuilderWithCachedRules(BuckEventBus eventBus,
TargetGraph targetGraph,
ActionGraphBuilder graphBuilder)
Populates the given
ActionGraphBuilder with the rules from the previously used ActionGraphBuilder that are deemed usable after checking for invalidations with a target graph
walk. |
public void populateActionGraphBuilderWithCachedRules(BuckEventBus eventBus, TargetGraph targetGraph, ActionGraphBuilder graphBuilder)
ActionGraphBuilder
with the rules from the previously used ActionGraphBuilder
that are deemed usable after checking for invalidations with a target graph
walk.