Interface BuildType

All Superinterfaces:
Named

@Incubating @Deprecated public interface BuildType extends Named
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
Specifies a build-type for a native binary. Common build types are 'debug' and 'release', but others may be defined.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface Named

    Named.Namer
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns a human-consumable name for this build type.

    Methods inherited from interface Named

    getName
  • Method Details

    • getDisplayName

      String getDisplayName()
      Deprecated.
      Returns a human-consumable name for this build type.