gradle
9.6.0-20260502004807+0000
      Target filter
Search in API
Skip to content
    gradle
gradle/org.gradle.api/Named

Named

interface Named(source)

Types can implement this interface and use the embedded Namer implementation, to satisfy API that calls for a namer.

Inheritors

PluginDeclaration
VisualStudioSolution
VisualStudioProject
TaskReference
JvmTestSuiteTarget
Product
PrebuiltLibrary
Linkage
Flavor
BuildType
OperatingSystemFamily
MachineArchitecture
OperatingSystem
Architecture
IvyConfiguration
Publication
TestSuite
Distribution
Task
ToolChain
Platform
ReportSpec
TargetJvmEnvironment
ModelElement
SourceDirectorySet
ConfigurationVariant
Configuration
VersionCatalog
ArtifactTypeDefinition
VerificationType
TestSuiteName
Bundling
Attribute
Category
Usage
LibraryElements
DocsType
GradlePluginApiVersion
SoftwareComponent
SoftwareComponentVariant
VersionCatalogBuilder
BuildServiceRegistration
Authentication

Types

Namer
Link copied to clipboard
open class Namer : Namer<Named>
An implementation of the namer interface for objects implementing the named interface.

Functions

getName
Link copied to clipboard
abstract fun getName(): String
The object's name.
Generated by Dokka
Gradle Kotlin DSL Reference