Interface BaseBuildOutput

All Known Subinterfaces:
TestVariantBuildOutput, VariantBuildOutput

@Deprecated public interface BaseBuildOutput
Deprecated.
Base model to represents a variant or a test variant build output.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Variant full name.
    Deprecated.
    Returns the collection of build output for this Variant.
  • Method Details

    • getName

      @NonNull String getName()
      Deprecated.
      Variant full name.
      Returns:
      a String representing this variant's name.
    • getOutputs

      @NonNull Collection<OutputFile> getOutputs()
      Deprecated.
      Returns the collection of build output for this Variant.
      Returns:
      a possibly empty Collection of AndroidArtifactOutput for each output file from this variant.