Groovy Documentation

org.gradle.nativebinaries
[Java] Interface BuildType

org.gradle.nativebinaries.BuildType
  org.gradle.api.Named
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 Summary
String getDisplayName()

Returns a human-consumable name for this build type.

 
Methods inherited from interface Named
getName
 

Method Detail

getDisplayName

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


 

Gradle API 1.12