toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts
/
ComponentMetadataListerDetails
Component
Metadata
Lister
Details
API
interface
ComponentMetadataListerDetails
(
source
)
Allows a custom version lister to specify the list of versions known for a specific module.
Since
4.9
Members
Functions
get
Module
Identifier
Link copied to clipboard
API
abstract
fun
getModuleIdentifier
(
)
:
ModuleIdentifier
Gives access to the module identifier for which the version lister should return the list of versions.
listed
Link copied to clipboard
API
abstract
fun
listed
(
versions
:
List
<
String
>
)
List the versions of the requested component.