gradle
9.7.1
      Target filter
Search in API
Skip to content
    gradle
gradle/org.gradle.api/Named

Named

interface Named

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
PrebuiltLibrary
BuildType
OperatingSystemFamily
Linkage
MachineArchitecture
TestSuite
Platform
ToolChain
Task
Usage
TestSuiteName
Attribute
Category
Bundling
LibraryElements
VerificationType
DocsType
GradlePluginApiVersion
TargetJvmEnvironment
SourceDirectorySet
VersionCatalogBuilder
VersionCatalog
Configuration
ConfigurationVariant
ArtifactTypeDefinition
SoftwareComponent
SoftwareComponentVariant
BuildServiceRegistration
IvyConfiguration
ModelElement
Architecture
OperatingSystem
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