public class ShTestDescription extends Object implements DescriptionWithTargetGraph<ShTestDescriptionArg>
| Constructor and Description |
|---|
ShTestDescription(BuckConfig buckConfig) |
| Modifier and Type | Method and Description |
|---|---|
ShTest |
createBuildRule(BuildRuleCreationContextWithTargetGraph context,
BuildTarget buildTarget,
BuildRuleParams params,
ShTestDescriptionArg args)
Create a
BuildRule for the given BuildRuleParams. |
Class<ShTestDescriptionArg> |
getConstructorArgType()
The type of the constructor argument that is used by this description to create a rule
|
boolean |
producesCacheableSubgraph()
Whether or not the build rule subgraph produced by this
Description is safe to cache in
IncrementalActionGraphGenerator
for incremental action graph generation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationDepspublic ShTestDescription(BuckConfig buckConfig)
public Class<ShTestDescriptionArg> getConstructorArgType()
BaseDescriptiongetConstructorArgType in interface BaseDescription<ShTestDescriptionArg>public ShTest createBuildRule(BuildRuleCreationContextWithTargetGraph context, BuildTarget buildTarget, BuildRuleParams params, ShTestDescriptionArg args)
DescriptionWithTargetGraphBuildRule for the given BuildRuleParams. Note that the BuildTarget referred to in the params contains the Flavor to create.createBuildRule in interface DescriptionWithTargetGraph<ShTestDescriptionArg>args - A constructor argument, of type as returned by BaseDescription.getConstructorArgType().BuildRule that describes the default flavour of the rule being described.public boolean producesCacheableSubgraph()
DescriptionWithTargetGraphDescription is safe to cache in
IncrementalActionGraphGenerator
for incremental action graph generation.producesCacheableSubgraph in interface Description<ShTestDescriptionArg>producesCacheableSubgraph in interface DescriptionWithTargetGraph<ShTestDescriptionArg>