public interface VariantBuildOutput extends BaseBuildOutput
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TestVariantBuildOutput> |
getTestingVariants()
Returns a possibly empty list of test variants for this variant.
|
getName, getOutputs@NonNull java.util.Collection<TestVariantBuildOutput> getTestingVariants()
Collection of TestVariantBuildOutput for all the test variants
testing this variant.