Interface BuildType

  • All Superinterfaces:
    Named

    @Incubating
    public interface BuildType
    extends Named
    Specifies a build-type for a native binary. Common build types are 'debug' and 'release', but others may be defined.
    • Method Detail

      • getDisplayName

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