toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
NamedDomainObjectCollectionSchema
/
NamedDomainObjectSchema
Named
Domain
Object
Schema
API
interface
NamedDomainObjectSchema
(
source
)
Schema of a named domain object.
Since
4.10
Inheritors
ExtensionSchema
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of the domain object.
get
Public
Type
Link copied to clipboard
API
abstract
fun
getPublicType
(
)
:
TypeOf
<
out
Any
>
The public type of the domain object.