toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.plugins
/
ExtensionsSchema
/
ExtensionSchema
Extension
Schema
API
interface
ExtensionSchema
:
NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
(
source
)
Schema of an extension.
Since
4.5
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of the extension.
get
Public
Type
Link copied to clipboard
API
abstract
fun
getPublicType
(
)
:
TypeOf
<
out
Any
>
The public type of the extension.