|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.nativebinaries.BuildType org.gradle.api.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 |
---|
public String getDisplayName()
Gradle API 1.12