Interface | Description |
---|---|
BinaryBuildRule |
Build rules that can be executed on the command line.
|
Class | Description |
---|---|
BinaryWrapperRule |
A no-op stub class for binary rules which delegate to another rule to provide the output path and
executable tool.
|
RuleAnalysisLegacyBinaryBuildRuleView |
As
RuleAnalysisLegacyBuildRuleView , but also implements BinaryBuildRule so that
this rule can be executable (with buck run , in the legacy graph, etc) |
RuleAnalysisLegacyTestBuildRuleView |
As
RuleAnalysisLegacyBuildRuleView , but also implements TestRule so that this
rule can be run by buck test |
RunInfoLegacyTool |