public interface BaseBuildOutput
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Variant full name.
|
java.util.Collection<OutputFile> |
getOutputs()
Returns the collection of build output for this Variant.
|
@NonNull java.lang.String getName()
String representing this variant's name.@NonNull java.util.Collection<OutputFile> getOutputs()
Collection of AndroidArtifactOutput for each output
file from this variant.