gradle
9.8.0-20260714005804+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
Flavor
BuildType
PrebuiltLibrary
Linkage
MachineArchitecture
OperatingSystemFamily
TestSuite
Platform
ToolChain
VisualStudioProject
VisualStudioSolution
TaskReference
JvmTestSuiteTarget
Product
IvyConfiguration
Publication
OperatingSystem
Architecture
ReportSpec
Distribution
Task
TargetJvmEnvironment
ModelElement
BuildServiceRegistration
ConfigurationVariant
VersionCatalog
Configuration
ArtifactTypeDefinition
Usage
Category
TestSuiteName
Attribute
DocsType
Bundling
LibraryElements
VerificationType
GradlePluginApiVersion
SourceDirectorySet
VersionCatalogBuilder
SoftwareComponent
SoftwareComponentVariant
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