Interface | Description |
---|---|
RulePipelineState |
When
SupportsPipelining rules are built locally,
each is given an instance of a class that implements this interface. |
RulePipelineStateFactory<T extends RulePipelineState> | |
SupportsPipelining<T extends RulePipelineState> | Deprecated
Rule pipelining couples rules in a way that makes it very easy to violate buck's
assumptions and makes it nearly impossible for buck to understand and restrict what rules are
doing.
|