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

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