Package org.gradle.nativeplatform
Interface BuildType
- All Superinterfaces:
Named
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 org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-consumable name for this build type.
-
Method Details
-
getDisplayName
String getDisplayName()Returns a human-consumable name for this build type.
-