Package com.android.builder.model
Interface VariantBuildOutput
- All Superinterfaces:
BaseBuildOutput
Deprecated.
Model that represents a variant build output
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a possibly empty list of test variants for this variant.Methods inherited from interface com.android.builder.model.BaseBuildOutput
getName, getOutputs
-
Method Details
-
getTestingVariants
Deprecated.Returns a possibly empty list of test variants for this variant.- Returns:
- a
CollectionofTestVariantBuildOutputfor all the test variants testing this variant.
-